Skip to content

Commit

Permalink
help message updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
norayr committed May 19, 2022
1 parent 29cb7a2 commit 4baee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manush.Mod
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ BEGIN
opts.setOptHasVal(opt, TRUE);
opts.setOptRequired(opt, FALSE);
opts.setOptLName(opt, "--verbose");
opts.setOptDesc(opt, "show the command itself (e.g. service nginx restart)");
opts.setOptDesc(opt, "verbosity level in range 1..3: only name, name and comment, name, comment and the command.");

options.add(options, opt);

Expand Down

0 comments on commit 4baee08

Please sign in to comment.