git ssb

0+

cel / ssb-wikimedia



Commit 7bee17f3e0e13e8eeb7a30b4f1f3669791b2c326

Mention -h option in readme

cel committed on 11/23/2019, 1:54:39 AM
Parent: 4cb87eeef0ff5e81f1913b1277523e9d853c8d12

Files changed

README.mdchanged
README.mdView
@@ -4,13 +4,14 @@
44
55 ## CLI
66
77 ```
8-Usage: ssb-wikimedia-sync [-n] [-y] [<url>...]
8 +Usage: ssb-wikimedia-sync [-y] [-n] [-h] [<url>...]
99
1010 Options:
1111 -y Yes mode. Publish messages without prompting for confirmation.
1212 -n Dry run. Output message draft JSON instead of publishing them.
13 + -h Help mode. Output usage text and exit.
1314 ```
1415 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`
1516 Lines in that file starting with "#" are considered comments and skipped. Blank lines are also skipped.
1617

Built with git-ssb-web