commit 936a79ac39fedb272bd4c68e143ea28d6a76b565
parent 7a434284d30e97958300d47593c91fb8b7fc7340
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 20 Apr 2021 08:53:24 -0400
getopt::README: fix reference
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/getopt/README b/getopt/README
@@ -1,6 +1,6 @@
getopt provides an interface for parsing command line arguments and
automatically generates a brief help message explaining the command usage. See
-[parse] for the main entry point.
+[[parse]] for the main entry point.
The help text is brief and should serve only as a reminder. It is recommended
that your command line program be accompanied by a man page to provide detailed