Commit 7bee17f3e0e13e8eeb7a30b4f1f3669791b2c326
Mention -h option in readme
cel committed on 11/23/2019, 1:54:39 AMParent: 4cb87eeef0ff5e81f1913b1277523e9d853c8d12
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -4,13 +4,14 @@ | ||
4 | 4 … | |
5 | 5 … | ## CLI |
6 | 6 … | |
7 | 7 … | ``` |
8 | -Usage: ssb-wikimedia-sync [-n] [-y] [<url>...] | |
8 … | +Usage: ssb-wikimedia-sync [-y] [-n] [-h] [<url>...] | |
9 | 9 … | |
10 | 10 … | Options: |
11 | 11 … | -y Yes mode. Publish messages without prompting for confirmation. |
12 | 12 … | -n Dry run. Output message draft JSON instead of publishing them. |
13 … | + -h Help mode. Output usage text and exit. | |
13 | 14 … | ``` |
14 | 15 … | If URLs are not given on the command-line, they are read line-by-line from a file in the SSB directory: `~/.ssb/wikimedia-pages.txt` |
15 | 16 … | Lines in that file starting with "#" are considered comments and skipped. Blank lines are also skipped. |
16 | 17 … |
Built with git-ssb-web