update expected help output for tests
This commit is contained in:
parent
a773c88921
commit
9f0fd8bc31
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ usage: wakatime [-h] [--entity FILE] [--key KEY] [--write] [--plugin PLUGIN]
|
||||||
[--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME]
|
[--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME]
|
||||||
[--disableoffline] [--hidefilenames] [--exclude EXCLUDE]
|
[--disableoffline] [--hidefilenames] [--exclude EXCLUDE]
|
||||||
[--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL]
|
[--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL]
|
||||||
[--config CONFIG] [--verbose] [--version]
|
[--timeout TIMEOUT] [--config CONFIG] [--verbose] [--version]
|
||||||
|
|
||||||
Common interface for the WakaTime api.
|
Common interface for the WakaTime api.
|
||||||
|
|
||||||
|
@ -43,6 +43,8 @@ optional arguments:
|
||||||
logged; POSIX regex syntax; can be used more than once
|
logged; POSIX regex syntax; can be used more than once
|
||||||
--logfile LOGFILE defaults to ~/.wakatime.log
|
--logfile LOGFILE defaults to ~/.wakatime.log
|
||||||
--apiurl API_URL heartbeats api url; for debugging with a local server
|
--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
|
--config CONFIG defaults to ~/.wakatime.conf
|
||||||
--verbose turns on debug messages in log file
|
--verbose turns on debug messages in log file
|
||||||
--version show program's version number and exit
|
--version show program's version number and exit
|
||||||
|
|
|
@ -4,5 +4,5 @@ usage: wakatime [-h] [--entity FILE] [--key KEY] [--write] [--plugin PLUGIN]
|
||||||
[--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME]
|
[--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME]
|
||||||
[--disableoffline] [--hidefilenames] [--exclude EXCLUDE]
|
[--disableoffline] [--hidefilenames] [--exclude EXCLUDE]
|
||||||
[--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL]
|
[--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL]
|
||||||
[--config CONFIG] [--verbose] [--version]
|
[--timeout TIMEOUT] [--config CONFIG] [--verbose] [--version]
|
||||||
wakatime: error: Missing api key
|
wakatime: error: Missing api key
|
||||||
|
|
Loading…
Reference in a new issue