From 3297e87c2ab798696b0fb3d06904dccea076b77a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Apr 2014 08:37:07 -0500 Subject: usage: is lower case (the help generator looks for that, might as well be consistent). --- toys/pending/arping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/arping.c') 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 -- cgit v1.2.3