From 56bf714a24376474b1543ce6d5b80f7d81e430f1 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 22 Dec 2018 12:52:49 +0900 Subject: Fix square brackets --- scripts/w3mman/w3mman.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/w3mman/w3mman.in') diff --git a/scripts/w3mman/w3mman.in b/scripts/w3mman/w3mman.in index 2a33438..fae7a41 100644 --- a/scripts/w3mman/w3mman.in +++ b/scripts/w3mman/w3mman.in @@ -6,7 +6,7 @@ $SCRIPT = 'file:///$LIB/w3mman2html.cgi'; sub usage { ($_ = $0) =~ s@.*/@@; - print STDERR "$_ [-M ] [
] ]\n"; + print STDERR "$_ [-M ] [[
] ]\n"; print STDERR "$_ [-M ] [
] [-k ]\n"; print STDERR "$_ [-l ]\n"; exit 1; -- cgit v1.2.3