diff options
Diffstat (limited to 'scripts/send-error-report')
-rwxr-xr-x | scripts/send-error-report | 3 |
1 files changed, 2 insertions, 1 deletions
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): | |||
97 | 97 | ||
98 | if __name__ == '__main__': | 98 | if __name__ == '__main__': |
99 | print ("\nSends an error report (if the report-error class was enabled) to a remote server.") | 99 | print ("\nSends an error report (if the report-error class was enabled) to a remote server.") |
100 | print("\nThis scripts sends the contents of the error to a public upstream server.") | ||
101 | print("\nPlease remove any identifying information before sending.") | ||
100 | if len(sys.argv) < 2: | 102 | if len(sys.argv) < 2: |
101 | print("\nThis scripts sends the contents of a file to an upstream server.") | ||
102 | print("\nUsage: send-error-report <error_fileName> [server]") | 103 | print("\nUsage: send-error-report <error_fileName> [server]") |
103 | print("\nIf this is the first when sending a report you'll be asked for your name and optionally your email address.") | 104 | print("\nIf this is the first when sending a report you'll be asked for your name and optionally your email address.") |
104 | print("They will be associated with your report.\n") | 105 | print("They will be associated with your report.\n") |