aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-02 16:17:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-02 16:17:30 +0000
commit2cbe6e6eb237a8f51139be4d450997a0317ec593 (patch)
tree30bc665ee14823b8a6d34e309a14655d24b6eb93 /include
parentdb7f2e5881b9ae40896d7660cd2f2446f514c72d (diff)
downloadbusybox-2cbe6e6eb237a8f51139be4d450997a0317ec593.tar.gz
ping: implement -I option
Diffstat (limited to 'include')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 3e3e8c84a..0f56507ce 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2272,6 +2272,7 @@ USE_FEATURE_MDEV_CONFIG( \
"Options:\n" \
"\t-c COUNT\tSend only COUNT pings\n" \
"\t-s SIZE\t\tSend SIZE data bytes in packets (default=56)\n" \
+ "\t-I IPADDR\tUse IPADDR as source address\n" \
"\t-q\t\tQuiet mode, only displays output at start\n" \
"\t\t\tand when finished"
#endif