aboutsummaryrefslogtreecommitdiff
path: root/ping.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-08 23:19:36 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-08 23:19:36 +0000
commitabc0f4f8f97b36f2865986374405d091cefea107 (patch)
treeee7605752c6323682f0ef0879cc48f95bdf13e37 /ping.c
parent2285f367e220af9bda9f544945007725a02032dd (diff)
downloadbusybox-abc0f4f8f97b36f2865986374405d091cefea107.tar.gz
Latest and greatest
Diffstat (limited to 'ping.c')
-rw-r--r--ping.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ping.c b/ping.c
index fd5e33c03..45f3c20aa 100644
--- a/ping.c
+++ b/ping.c
@@ -1,5 +1,5 @@
/*
- * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $
+ * $Id: ping.c,v 1.4 1999/12/08 23:19:36 andersen Exp $
* Mini ping implementation for busybox
*
* Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -63,6 +63,7 @@
#define TST(bit) (A(bit) & B(bit))
static const char* ping_usage = "ping [OPTION]... host\n\n"
+"Send ICMP ECHO_REQUEST packets to network hosts.\n\n"
"Options:\n"
"\t-q\t\tQuiet mode, only displays output at start and when finished.\n"
"\t-c COUNT\tSend only COUNT pings.\n";