mirror of
https://github.com/schoebel/mars
synced 2024-12-27 17:12:32 +00:00
marsadm: fix help in the presence of keywords
This commit is contained in:
parent
284b42bc4e
commit
34336089d8
@ -9700,6 +9700,7 @@ marsadm [<global_options>] view[-<macroname>] [<resource_names> | all ]
|
||||
while (my $txt = shift @copy) {
|
||||
last if ref($txt) eq "CODE";
|
||||
next if ref($txt) eq "ARRAY";
|
||||
next if $txt =~ m/^[A-Z]+$/;
|
||||
my $skip_this = 0;
|
||||
if ($txt =~ m/^verbose *([0-9]+)/) {
|
||||
$verb_level = $1;
|
||||
|
Loading…
Reference in New Issue
Block a user