Fix square brackets

This commit is contained in:
Tatsuya Kinoshita
2018-12-22 12:52:49 +09:00
parent 13c0ff5567
commit 56bf714a24
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ $SCRIPT = 'file:///$LIB/w3mman2html.cgi';
sub usage {
($_ = $0) =~ s@.*/@@;
print STDERR "$_ [-M <path>] [<section>] <command>]\n";
print STDERR "$_ [-M <path>] [[<section>] <command>]\n";
print STDERR "$_ [-M <path>] [<section>] [-k <keyword>]\n";
print STDERR "$_ [-l <file>]\n";
exit 1;