aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r--coreutils/ln.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c
index fed96af42..2dda5dae9 100644
--- a/coreutils/ln.c
+++ b/coreutils/ln.c
@@ -62,8 +62,7 @@ int ln_main(int argc, char **argv)
62 struct stat statbuf; 62 struct stat statbuf;
63 int (*link_func)(const char *, const char *); 63 int (*link_func)(const char *, const char *);
64 64
65 opt_complementary = "-1"; /* min one arg */ 65 opts = getopt32(argv, "^" "sfnbS:vT" "\0" "-1", &suffix);
66 opts = getopt32(argv, "sfnbS:vT", &suffix);
67 66
68 last = argv[argc - 1]; 67 last = argv[argc - 1];
69 argv += optind; 68 argv += optind;