From fbf02da50f6fda5548fb653629767d811b81f5fe Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 18 Feb 2016 22:46:07 +0000 Subject: [PATCH] In the usage theres normally commas between short and long options. --- golden-files/help | 12 ++++++------ vigil | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/golden-files/help b/golden-files/help index ae2e5f1..be208d6 100644 --- a/golden-files/help +++ b/golden-files/help @@ -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) │ diff --git a/vigil b/vigil index 6f75ab1..6c05993 100755 --- a/vigil +++ b/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)