diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-08 04:23:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-08 04:23:30 +0000 |
commit | 2285f367e220af9bda9f544945007725a02032dd (patch) | |
tree | 0b49596017c10bb84a71f3c5d94406c6bd9aa852 /ping.c | |
parent | fcdb57a0fc6adebf24db9c10163f319be79da55f (diff) |
Stuf
Diffstat (limited to 'ping.c')
-rw-r--r-- | ping.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* - * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ + * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ * Mini ping implementation for busybox * * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> @@ -64,8 +64,8 @@ static const char* ping_usage = "ping [OPTION]... host\n\n" "Options:\n" -"\t-q\t\tQuiet output. Dipslays nothing except at start and when finished.\n" -"\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n"; +"\t-q\t\tQuiet mode, only displays output at start and when finished.\n" +"\t-c COUNT\tSend only COUNT pings.\n"; static char *hostname = NULL; static struct sockaddr_in pingaddr; |