diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-02 16:17:30 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-02 16:17:30 +0000 |
commit | 6ac55f5c531ee79a383842a14617d79e3e247efa (patch) | |
tree | 30bc665ee14823b8a6d34e309a14655d24b6eb93 /include/usage.h | |
parent | 2bff8de825d939b0325fc267e9d783a7b7e7fc8f (diff) | |
download | busybox-w32-6ac55f5c531ee79a383842a14617d79e3e247efa.tar.gz busybox-w32-6ac55f5c531ee79a383842a14617d79e3e247efa.tar.bz2 busybox-w32-6ac55f5c531ee79a383842a14617d79e3e247efa.zip |
ping: implement -I option
git-svn-id: svn://busybox.net/trunk/busybox@16029 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 1 |
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( \ | |||
2272 | "Options:\n" \ | 2272 | "Options:\n" \ |
2273 | "\t-c COUNT\tSend only COUNT pings\n" \ | 2273 | "\t-c COUNT\tSend only COUNT pings\n" \ |
2274 | "\t-s SIZE\t\tSend SIZE data bytes in packets (default=56)\n" \ | 2274 | "\t-s SIZE\t\tSend SIZE data bytes in packets (default=56)\n" \ |
2275 | "\t-I IPADDR\tUse IPADDR as source address\n" \ | ||
2275 | "\t-q\t\tQuiet mode, only displays output at start\n" \ | 2276 | "\t-q\t\tQuiet mode, only displays output at start\n" \ |
2276 | "\t\t\tand when finished" | 2277 | "\t\t\tand when finished" |
2277 | #endif | 2278 | #endif |