summaryrefslogtreecommitdiff
path: root/usr.bin/strings/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strings/strings.c')
-rw-r--r--usr.bin/strings/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c
index 966a83db3f9e..d89902a3e1f7 100644
--- a/usr.bin/strings/strings.c
+++ b/usr.bin/strings/strings.c
@@ -84,7 +84,7 @@ main(argc, argv)
*/
asdata = exitcode = fflg = oflg = 0;
minlen = -1;
- while ((ch = getopt(argc, argv, "-0123456789anof")) != EOF)
+ while ((ch = getopt(argc, argv, "-0123456789an:of")) != EOF)
switch((char)ch) {
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':