Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: remoting/tools/breakpad_tester_win.cc

Issue 2831143002: Updating usage notes for remoting_breakpad_tester (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/breakpad_tester_win.cc
diff --git a/remoting/tools/breakpad_tester_win.cc b/remoting/tools/breakpad_tester_win.cc
index 4cd840573a62d248de3b6ef8001cedd7105ffab6..273cf6c5ff6183aa6258109ae30c28d8d5632ddb 100644
--- a/remoting/tools/breakpad_tester_win.cc
+++ b/remoting/tools/breakpad_tester_win.cc
@@ -17,10 +17,13 @@ const char kHelpSwitchName[] = "help";
const char kQuestionSwitchName[] = "?";
const char kUsageMessage[] =
- "\n"
- "Usage: %s <pid>\n"
- "\n"
- " pid - PID of the process to be crashed.\n";
+ "\n"
+ "Usage: %s <pid>\n"
+ "\n"
+ " pid - PID of the process to be crashed.\n"
+ "\n\n"
+ "Note: You may need to run this tool as SYSTEM\n"
+ " to prevent access denied errors.\n";
// Exit codes:
const int kSuccessExitCode = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698