diff options
author | Rob Landley <rob@landley.net> | 2014-04-23 08:37:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-04-23 08:37:07 -0500 |
commit | 3297e87c2ab798696b0fb3d06904dccea076b77a (patch) | |
tree | 77f3964f59a1a28fb41b77d85918015a235543c5 /toys/pending/arping.c | |
parent | 08e18fb05fa027de0d4c5aa1dc3a4c1ce9ad4647 (diff) | |
download | toybox-3297e87c2ab798696b0fb3d06904dccea076b77a.tar.gz |
usage: is lower case (the help generator looks for that, might as well be consistent).
Diffstat (limited to 'toys/pending/arping.c')
-rw-r--r-- | toys/pending/arping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/arping.c b/toys/pending/arping.c index 75a691f7..fe5c76ba 100644 --- a/toys/pending/arping.c +++ b/toys/pending/arping.c @@ -11,7 +11,7 @@ config ARPING bool "arping" default n help - Usage: arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP + usage: arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP Send ARP requests/replies |