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,12 +20,12 @@
│ # 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.
│ By default it is twice the number of cpus.
│ -e "COMMAND" --editor="COMMAND" The command used to start the editor, in
│ the edit command. It may contain 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. │
By default it is twice the number of cpus. │
│ -e "COMMAND", --editor="COMMAND" The command used to start the editor, in │
the edit command. It may contain options. │
│ │
│Keys: │
h - Show the help screen. (toggle) │

12
vigil
View file

@ -26,12 +26,12 @@ 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.
By default it is twice the number of cpus.
-e "COMMAND" --editor="COMMAND" The command used to start the editor, in
the *edit command. It may contain 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.
By default it is twice the number of cpus.
-e "COMMAND", --editor="COMMAND" The command used to start the editor, in
the *edit command. It may contain options.
Keys:
*h - Show the help screen. (toggle)