summaryrefslogtreecommitdiffstats
path: root/TOOLS/zsh.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/zsh.pl')
-rwxr-xr-xTOOLS/zsh.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl
index 45c3ced3a0..482aa5e125 100755
--- a/TOOLS/zsh.pl
+++ b/TOOLS/zsh.pl
@@ -29,11 +29,11 @@ my @opts = parse_main_opts('--list-options', '^ (\-\-[^\s\*]*)\*?\s*(.*)');
die "Couldn't find any options" unless (@opts);
-my @ao = parse_opts('--ao=help', '^ ([^\s\:]*)\s*: (.*)');
-my @vo = parse_opts('--vo=help', '^ ([^\s\:]*)\s*: (.*)');
+my @ao = parse_opts('--ao=help', '^ ([^\s\:]*)\s*(.*)');
+my @vo = parse_opts('--vo=help', '^ ([^\s\:]*)\s*(.*)');
-my @af = parse_opts('--af=help', '^ ([^\s\:]*)\s*: (.*)');
-my @vf = parse_opts('--vf=help', '^ ([^\s\:]*)\s*: (.*)');
+my @af = parse_opts('--af=help', '^ ([^\s\:]*)\s*(.*)');
+my @vf = parse_opts('--vf=help', '^ ([^\s\:]*)\s*(.*)');
my @protos = parse_opts('--list-protocols', '^ ([^\s]*)');