diff --git a/tests/samples/output/test_help_contents b/tests/samples/output/test_help_contents index 9a8d377..4b10339 100644 --- a/tests/samples/output/test_help_contents +++ b/tests/samples/output/test_help_contents @@ -4,7 +4,7 @@ usage: wakatime [-h] [--entity FILE] [--key KEY] [--write] [--plugin PLUGIN] [--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME] [--disableoffline] [--hidefilenames] [--exclude EXCLUDE] [--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL] - [--config CONFIG] [--verbose] [--version] + [--timeout TIMEOUT] [--config CONFIG] [--verbose] [--version] Common interface for the WakaTime api. @@ -43,6 +43,8 @@ optional arguments: logged; POSIX regex syntax; can be used more than once --logfile LOGFILE defaults to ~/.wakatime.log --apiurl API_URL heartbeats api url; for debugging with a local server + --timeout TIMEOUT number of seconds to wait when sending heartbeats to + api --config CONFIG defaults to ~/.wakatime.conf --verbose turns on debug messages in log file --version show program's version number and exit diff --git a/tests/samples/output/test_missing_config_file b/tests/samples/output/test_missing_config_file index 5c5f0fb..239fc18 100644 --- a/tests/samples/output/test_missing_config_file +++ b/tests/samples/output/test_missing_config_file @@ -4,5 +4,5 @@ usage: wakatime [-h] [--entity FILE] [--key KEY] [--write] [--plugin PLUGIN] [--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME] [--disableoffline] [--hidefilenames] [--exclude EXCLUDE] [--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL] - [--config CONFIG] [--verbose] [--version] + [--timeout TIMEOUT] [--config CONFIG] [--verbose] [--version] wakatime: error: Missing api key