diff options
Diffstat (limited to 'usr.bin/getopt/getopt.1')
-rw-r--r-- | usr.bin/getopt/getopt.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 0fc84c4a63433..09680ff21ea1e 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -129,6 +129,6 @@ command to set the arguments without disrupting the value(s) of shell options varies from one shell version to another. .Pp Each shellscript has to carry complex code to parse arguments halfway -correcty (like the example presented here). A better getopt-like tool +correctly (like the example presented here). A better getopt-like tool would move much of the complexity into the tool and keep the client shell scripts simpler. |