diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index cffd4fdb5..a6499039e 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -34,7 +34,7 @@ int ln_main(int argc, char **argv) | |||
34 | struct stat statbuf; | 34 | struct stat statbuf; |
35 | int (*link_func)(const char *, const char *); | 35 | int (*link_func)(const char *, const char *); |
36 | 36 | ||
37 | flag = getopt32(argc, argv, "sfnbS:", &suffix); | 37 | flag = getopt32(argv, "sfnbS:", &suffix); |
38 | 38 | ||
39 | if (argc == optind) { | 39 | if (argc == optind) { |
40 | bb_show_usage(); | 40 | bb_show_usage(); |