diff options
Diffstat (limited to 'ping.c')
-rw-r--r-- | ping.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ | 2 | * $Id: ping.c,v 1.4 1999/12/08 23:19:36 andersen Exp $ |
3 | * Mini ping implementation for busybox | 3 | * Mini ping implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
@@ -63,6 +63,7 @@ | |||
63 | #define TST(bit) (A(bit) & B(bit)) | 63 | #define TST(bit) (A(bit) & B(bit)) |
64 | 64 | ||
65 | static const char* ping_usage = "ping [OPTION]... host\n\n" | 65 | static const char* ping_usage = "ping [OPTION]... host\n\n" |
66 | "Send ICMP ECHO_REQUEST packets to network hosts.\n\n" | ||
66 | "Options:\n" | 67 | "Options:\n" |
67 | "\t-q\t\tQuiet mode, only displays output at start and when finished.\n" | 68 | "\t-q\t\tQuiet mode, only displays output at start and when finished.\n" |
68 | "\t-c COUNT\tSend only COUNT pings.\n"; | 69 | "\t-c COUNT\tSend only COUNT pings.\n"; |