aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-08-06 22:18:26 +0200
committerMartin Polden <mpolden@mpolden.no>2020-08-06 22:18:26 +0200
commit6454a5f935435eec091451a3f1ec393b097bfa62 (patch)
tree2a74dd3052d032cfb949af9128f36e568f983c9e
parent6afe1275b43542f8c418d8966f0e09fbd90f6b29 (diff)
docs: Update readme
-rw-r--r--README.md28
1 files changed, 13 insertions, 15 deletions
diff --git a/README.md b/README.md
index e7afe99..dcc4e65 100644
--- a/README.md
+++ b/README.md
@@ -8,21 +8,19 @@ A queue generator for [lftp](https://lftp.yar.ru).
```
$ lftpq -h
-Usage:
- lftpq [OPTIONS]
-
-Application Options:
- -f, --config=FILE Path to config (default: ~/.lftpqrc)
- -n, --dryrun Print queue and exit
- -F, --format=[lftp|json] Format to use in dryrun mode (default: lftp)
- -t, --test Test and print config
- -q, --quiet Do not print output from lftp
- -i, --import Build queues from stdin
- -l, --local-dir=NAME Override local dir for this run
- -p, --lftp=NAME Path to lftp program (default: lftp)
-
-Help Options:
- -h, --help Show this help message
+Usage of lftpq:
+ -F string
+ Format to use in dry-run mode (default "lftp")
+ -f string
+ Path to config (default "~/.lftpqrc")
+ -i Build queues from stdin
+ -l string
+ Override local dir for this run
+ -n Print queue and exit
+ -p string
+ Path to lftp program (default "lftp")
+ -q Do not print output from lftp
+ -t Test and print config
```
## Example config