From fcdb57a0fc6adebf24db9c10163f319be79da55f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Dec 1999 04:13:59 +0000 Subject: [PATCH] Fixes --- networking/ping.c | 6 +++--- ping.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/networking/ping.c b/networking/ping.c index 9f8a103..5659d81 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -1,5 +1,5 @@ /* - * $Id: ping.c,v 1.1 1999/12/07 23:14:59 andersen Exp $ + * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ * Mini ping implementation for busybox * * Copyright (C) 1999 by Randolph Chung @@ -64,8 +64,8 @@ static const char* ping_usage = "ping [OPTION]... host\n\n" "Options:\n" -"\t-q\t\tquiet\n" -"\t-c\t\tping count\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"; static char *hostname = NULL; static struct sockaddr_in pingaddr; diff --git a/ping.c b/ping.c index 9f8a103..5659d81 100644 --- a/ping.c +++ b/ping.c @@ -1,5 +1,5 @@ /* - * $Id: ping.c,v 1.1 1999/12/07 23:14:59 andersen Exp $ + * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ * Mini ping implementation for busybox * * Copyright (C) 1999 by Randolph Chung @@ -64,8 +64,8 @@ static const char* ping_usage = "ping [OPTION]... host\n\n" "Options:\n" -"\t-q\t\tquiet\n" -"\t-c\t\tping count\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"; static char *hostname = NULL; static struct sockaddr_in pingaddr; -- 2.7.4