summaryrefslogtreecommitdiff
path: root/fc-match/fc-match.c
diff options
context:
space:
mode:
Diffstat (limited to 'fc-match/fc-match.c')
-rw-r--r--fc-match/fc-match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-match/fc-match.c b/fc-match/fc-match.c
index 2a797227..3ddba74c 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