aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-08-21 11:18:30 -0400
committerGitHub <noreply@github.com>2020-08-21 11:18:30 -0400
commitbaf65668a745261448c28b7e4eda23a7a23eb942 (patch)
treef6c002e6476f3e9f686cbb7012f2772b0f933a83
parent4c46a453e0ab8c26560d4d02670cfe0ca59c4a7b (diff)
downloadgood_feeder-baf65668a745261448c28b7e4eda23a7a23eb942.tar.gz
Update README.mdHEADmaster
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 82a3386..a06a02a 100644
--- a/README.md
+++ b/README.md
@@ -5,21 +5,25 @@ Dumps and colorizes Jenkins RSS feeds.
## Usage
```
-usage: good_feeder [-h] [-a AUTH] [--insecure] [-l] [-f] [-s [SEARCH]] [-n] [--html] [-V] [jenkins_url]
+usage: good_feeder [-h] [-a AUTH] [-L] [--insecure] [--html] [-S SEP] [-l] [-f] [-s [SEARCH]] [-n] [-V] [jenkins_url]
+
+good_feeder v{vesion_here}
positional arguments:
- jenkins_url
+ jenkins_url URL to server, folder, or job
optional arguments:
-h, --help show this help message and exit
-a AUTH, --auth AUTH Format: "username:token" (or omit "-a" and use JENKINS_AUTH environment variable)
+ -L, --localtime Convert server UTC timestamp to local time
--insecure Disable SSL certificate verification
+ --html Output as html (i.e. email)
+ -S SEP, --sep SEP default string: 'ยป', max length: 2
-l, --latest Show only latest builds
-f, --failed Show only failed builds
-s [SEARCH], --search [SEARCH]
Filter output on sub-string (case-sensitive)
-n, --negate Negate search filter
- --html Output as html (i.e. email)
-V, --version Show version
```