Skip to content

Commit d1380e4

Browse files
committed
Fix parameters in readme
1 parent ba08565 commit d1380e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ $ go-loggly-cli -version
2222
Options:
2323
2424
-account <name> account name
25-
-user <name> account username
26-
-pass <word> account password
25+
-token <word> user token
2726
-size <count> response event count [100]
2827
-from <time> starting time [-24h]
2928
-to <time> ending time [now]
30-
-json output json array of events
31-
-count output total event count
29+
-count print total event count
30+
-all print the entire loggly event instead of just the message
31+
-version print version information
3232
3333
```
3434

0 commit comments

Comments
 (0)