diff options
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 108cb0285..2aa3f175d 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -29,7 +29,7 @@ const char bb_msg_can_not_create_raw_socket[] ALIGN1 = "can't create raw socket" | |||
29 | const char bb_msg_perm_denied_are_you_root[] ALIGN1 = "permission denied (are you root?)"; | 29 | const char bb_msg_perm_denied_are_you_root[] ALIGN1 = "permission denied (are you root?)"; |
30 | const char bb_msg_you_must_be_root[] ALIGN1 = "you must be root"; | 30 | const char bb_msg_you_must_be_root[] ALIGN1 = "you must be root"; |
31 | const char bb_msg_requires_arg[] ALIGN1 = "%s requires an argument"; | 31 | const char bb_msg_requires_arg[] ALIGN1 = "%s requires an argument"; |
32 | const char bb_msg_invalid_arg[] ALIGN1 = "invalid argument '%s' to '%s'"; | 32 | const char bb_msg_invalid_arg_to[] ALIGN1 = "invalid argument '%s' to '%s'"; |
33 | const char bb_msg_standard_input[] ALIGN1 = "standard input"; | 33 | const char bb_msg_standard_input[] ALIGN1 = "standard input"; |
34 | const char bb_msg_standard_output[] ALIGN1 = "standard output"; | 34 | const char bb_msg_standard_output[] ALIGN1 = "standard output"; |
35 | 35 | ||