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