summaryrefslogtreecommitdiff
path: root/src/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unlink.c')
-rw-r--r--src/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unlink.c b/src/unlink.c
index 5806ec8b0..b2702c8c2 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -73,7 +73,7 @@ main (int argc, char **argv)
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
usage, AUTHORS, (char const *) NULL);
- if (getopt (argc, argv, "") != -1)
+ if (getopt_long (argc, argv, "", NULL, NULL) != -1)
usage (EXIT_FAILURE);
if (argc < optind + 1)