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 afeb0d72d..ea2d10eab 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -69,7 +69,7 @@ int ln_main(int argc, char **argv) | |||
69 | argc -= optind; | 69 | argc -= optind; |
70 | 70 | ||
71 | if ((opts & LN_LINKFILE) && argc > 2) { | 71 | if ((opts & LN_LINKFILE) && argc > 2) { |
72 | bb_error_msg_and_die("-T accepts 2 args max"); | 72 | bb_simple_error_msg_and_die("-T accepts 2 args max"); |
73 | } | 73 | } |
74 | 74 | ||
75 | if (!argv[1]) { | 75 | if (!argv[1]) { |