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

Unified Diff: tools/crashpad_database_util.ad

Issue 1023943003: crashpad_database_util: Accept --new-report=- to read a new report from standard input (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crashpad_database_util_new_report
Patch Set: Fix Windows Created 5 years, 4 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 | tools/crashpad_database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/crashpad_database_util.ad
diff --git a/tools/crashpad_database_util.ad b/tools/crashpad_database_util.ad
index b4b6f2cfeb91e07aaf6fe2bfdf80918749c8f19c..1eeb7db2ee7d4b91b241a72bb0d4e90767a4085e 100644
--- a/tools/crashpad_database_util.ad
+++ b/tools/crashpad_database_util.ad
@@ -105,8 +105,9 @@ numeric +time_t+ value, or the special string +"never"+.
See also *--show-last-upload-attempt-time*.
*--new-report*='PATH'::
-Submit a new report located at 'PATH' to the database. The new report will be in
-the “pending” state. The UUID assigned to the new report will be printed. This
+Submit a new report located at 'PATH' to the database. If 'PATH' is +"-"+, the
+new report will be read from standard input. The new report will be in the
+“pending” state. The UUID assigned to the new report will be printed. This
option may appear multiple times.
*--utc*::
« no previous file with comments | « no previous file | tools/crashpad_database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698