aboutsummaryrefslogtreecommitdiff
path: root/miscutils/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r--miscutils/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c
index f0ef2a2e9..835880214 100644
--- a/miscutils/strings.c
+++ b/miscutils/strings.c
@@ -28,7 +28,7 @@ int strings_main(int argc, char **argv)
28 const char *fmt = "%s: "; 28 const char *fmt = "%s: ";
29 const char *n_arg = "4"; 29 const char *n_arg = "4";
30 30
31 opt = getopt32(argc, argv, "afon:", &n_arg); 31 opt = getopt32(argv, "afon:", &n_arg);
32 /* -a is our default behaviour */ 32 /* -a is our default behaviour */
33 /*argc -= optind;*/ 33 /*argc -= optind;*/
34 argv += optind; 34 argv += optind;