diff options
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index 5cf518699..a20fc3301 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -430,7 +430,7 @@ int printf_main(int argc UNUSED_PARAM, char **argv) | |||
430 | if (ENABLE_ASH_PRINTF | 430 | if (ENABLE_ASH_PRINTF |
431 | && applet_name[0] != 'p' | 431 | && applet_name[0] != 'p' |
432 | ) { | 432 | ) { |
433 | bb_error_msg("usage: printf FORMAT [ARGUMENT...]"); | 433 | bb_simple_error_msg("usage: printf FORMAT [ARGUMENT...]"); |
434 | return 2; /* bash compat */ | 434 | return 2; /* bash compat */ |
435 | } | 435 | } |
436 | bb_show_usage(); | 436 | bb_show_usage(); |