The help text was too wide.

This commit is contained in:
Andrew Hamilton 2016-02-19 19:01:28 +00:00
parent bb20b56176
commit 1626a8251b
2 changed files with 14 additions and 13 deletions

View file

@ -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 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) │
@ -56,5 +57,4 @@
│ │
│ │
│ │
│ │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘

13
vigil
View file

@ -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)