summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2014-06-17 15:21:29 +0100
committerThomas Habets <thomas@habets.se>2014-06-17 15:21:29 +0100
commit309199e82ed2992d6cc3403324385e25ebba8e4d (patch)
treebf46ddb25abe8212ddad7e8a241499a340afc2be
parentd1493a9706beb7ce0e0c47817bab3c5ec4959255 (diff)
downloadarping-309199e82ed2992d6cc3403324385e25ebba8e4d.tar.gz
Put -C on the -h help.
-rw-r--r--src/arping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arping.c b/src/arping.c
index a1c8bb7..d0f501d 100644
--- a/src/arping.c
+++ b/src/arping.c
@@ -536,7 +536,7 @@ standard_usage()
"[ -T <host/ip ] "
"[ -s <MAC> ] [ -t <MAC> ] [ -c <count> ]\n"
" "
- "[ -i <interface> ] "
+ "[ -C <count> ] [ -i <interface> ] "
"<host/ip/MAC | -B>\n");
}