In the usage theres normally commas between short and long options.
This commit is contained in:
parent
a3c0a69076
commit
fbf02da50f
2 changed files with 12 additions and 12 deletions
|
|
@ -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 [0m[38;2;0;255;0m[48;2;0;0;0me[0m[38;2;255;255;255m[48;2;0;0;0mdit 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 [0m[38;2;0;255;0m[48;2;0;0;0me[0m[38;2;255;255;255m[48;2;0;0;0mdit command. It may contain options. │
|
||||
│ │
|
||||
│Keys: │
|
||||
│ [0m[38;2;0;255;0m[48;2;0;0;0mh[0m[38;2;255;255;255m[48;2;0;0;0m - Show the help screen. (toggle) │
|
||||
|
|
|
|||
12
vigil
12
vigil
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue