From c2eb5cd1aa4632f7ee8c261414e599dcb6f40a8b Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 22 Apr 2014 16:42:25 -0700 Subject: report-error: Add posting in the public note Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/send-error-report | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/send-error-report') diff --git a/scripts/send-error-report b/scripts/send-error-report index 3d1f7a4017..48d983bc0e 100755 --- a/scripts/send-error-report +++ b/scripts/send-error-report @@ -97,8 +97,9 @@ def sendData(json_file, server): if __name__ == '__main__': print ("\nSends an error report (if the report-error class was enabled) to a remote server.") + print("\nThis scripts sends the contents of the error to a public upstream server.") + print("\nPlease remove any identifying information before sending.") if len(sys.argv) < 2: - print("\nThis scripts sends the contents of a file to an upstream server.") print("\nUsage: send-error-report [server]") print("\nIf this is the first when sending a report you'll be asked for your name and optionally your email address.") print("They will be associated with your report.\n") -- cgit 1.2.3-korg