diff options
Diffstat (limited to 'fc-match/fc-match.c')
-rw-r--r-- | fc-match/fc-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-match/fc-match.c b/fc-match/fc-match.c index 2a79722..3ddba74 100644 --- a/fc-match/fc-match.c +++ b/fc-match/fc-match.c @@ -99,7 +99,7 @@ main (int argc, char **argv) int c; #if HAVE_GETOPT_LONG - while ((c = getopt_long (argc, argv, "Vv?", longopts, NULL)) != -1) + while ((c = getopt_long (argc, argv, "sVv?", longopts, NULL)) != -1) #else while ((c = getopt (argc, argv, "sVv?")) != -1) #endif |