aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index e9f3cc6c9..110bdfa76 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -835,7 +835,7 @@ common_traceroute_main(int op, char **argv)
835 * probe (e.g., on a multi-homed host). 835 * probe (e.g., on a multi-homed host).
836 */ 836 */
837 if (getuid() != 0) 837 if (getuid() != 0)
838 bb_error_msg_and_die("you must be root to use -s"); 838 bb_error_msg_and_die(bb_msg_you_must_be_root);
839 } 839 }
840 if (op & OPT_WAITTIME) 840 if (op & OPT_WAITTIME)
841 waittime = xatou_range(waittime_str, 1, 24 * 60 * 60); 841 waittime = xatou_range(waittime_str, 1, 24 * 60 * 60);