In the usage theres normally commas between short and long options.

This commit is contained in:
Andrew Hamilton 2016-02-18 22:46:07 +00:00
parent a3c0a69076
commit fbf02da50f
2 changed files with 12 additions and 12 deletions

View file

@ -20,11 +20,11 @@
│ # vigil my_project │
│ │
│Options: │
│ -h --help Show this screen and exit.
│ -n --no-sandbox Don't prevent changes to the filesystem.
│ -w COUNT --workers=COUNT The number of processes working in parallel.
│ -h, --help Show this screen and exit. │
│ -n, --no-sandbox Don't prevent changes to the filesystem. │
│ -w COUNT, --workers=COUNT The number of processes working in parallel. │
│ By default it is twice the number of cpus. │
│ -e "COMMAND" --editor="COMMAND" The command used to start the editor, in
│ -e "COMMAND", --editor="COMMAND" The command used to start the editor, in │
│ the edit command. It may contain options. │
│ │
│Keys: │

8
vigil
View file

@ -26,11 +26,11 @@ Example:
# vigil my_project
Options:
-h --help Show this screen and exit.
-n --no-sandbox Don't prevent changes to the filesystem.
-w COUNT --workers=COUNT The number of processes working in parallel.
-h, --help Show this screen and exit.
-n, --no-sandbox Don't prevent changes to the filesystem.
-w COUNT, --workers=COUNT The number of processes working in parallel.
By default it is twice the number of cpus.
-e "COMMAND" --editor="COMMAND" The command used to start the editor, in
-e "COMMAND", --editor="COMMAND" The command used to start the editor, in
the *edit command. It may contain options.
Keys: