The help text was too wide.
This commit is contained in:
parent
bb20b56176
commit
1626a8251b
2 changed files with 14 additions and 13 deletions
|
|
@ -20,12 +20,13 @@
|
|||
│ # 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 use a sandbox to 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) │
|
||||
|
|
@ -56,5 +57,4 @@
|
|||
│ │
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└──────────────────────────────────────────────────────────────────────────────────────────────────┘[0m
|
||||
13
vigil
13
vigil
|
|
@ -26,12 +26,13 @@ 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 use a sandbox to 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