diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 04:23:30 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 04:23:30 +0000 |
commit | abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde (patch) | |
tree | 0b49596017c10bb84a71f3c5d94406c6bd9aa852 /ping.c | |
parent | 237942880678a51f368900ccf86a61282357b3cd (diff) | |
download | busybox-w32-abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde.tar.gz busybox-w32-abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde.tar.bz2 busybox-w32-abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@174 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ping.c')
-rw-r--r-- | ping.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ | 2 | * $Id: ping.c,v 1.3 1999/12/08 04:23:30 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> |
@@ -64,8 +64,8 @@ | |||
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 | "Options:\n" | 66 | "Options:\n" |
67 | "\t-q\t\tQuiet output. Dipslays nothing except at start and when finished.\n" | 67 | "\t-q\t\tQuiet mode, only displays output at start and when finished.\n" |
68 | "\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n"; | 68 | "\t-c COUNT\tSend only COUNT pings.\n"; |
69 | 69 | ||
70 | static char *hostname = NULL; | 70 | static char *hostname = NULL; |
71 | static struct sockaddr_in pingaddr; | 71 | static struct sockaddr_in pingaddr; |