summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <habets@google.com>2021-12-26 15:09:06 +0000
committerThomas Habets <habets@google.com>2021-12-26 15:09:06 +0000
commit85eea7f245488e5fa439a3cf124c4759114cc4b8 (patch)
treeede6b0eb3201572055e8f47b49b492efb163e640
parent4913439345c8e02492c17b5741d6a684d5cde0fe (diff)
downloadarping-85eea7f245488e5fa439a3cf124c4759114cc4b8.tar.gz
Clean up --help text
-rw-r--r--src/arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arping.c b/src/arping.c
index 4214175..01fb371 100644
--- a/src/arping.c
+++ b/src/arping.c
@@ -905,8 +905,8 @@ extended_usage()
" -U Send unsolicited ARP.\n"
" -v Verbose output. Use twice for more messages.\n"
" -V num 802.1Q tag to add. Defaults to no VLAN tag.\n"
- " -w sec Specify a timeout before ping exits regardless of how"
- " many\npackets have been sent or received.\n"
+ " -w sec Specify a timeout before ping exits regardless of how many\n"
+ " packets have been sent or received.\n"
" -W sec Time to wait between pings.\n"
#if USE_SECCOMP
" -z Enable seccomp%s\n"