From a54fdc70be299a203a51d69c4e823f209a4c06ca Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 6 Jun 2010 13:44:11 +0000 Subject: unposted: fix incorrectly capitalized completion descriptions --- Completion/Unix/Command/_arping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_arping') diff --git a/Completion/Unix/Command/_arping b/Completion/Unix/Command/_arping index 5fc65a27a..fea110934 100644 --- a/Completion/Unix/Command/_arping +++ b/Completion/Unix/Command/_arping @@ -7,7 +7,7 @@ _arguments -s \ '-q[be quiet]' \ '-b[keep broadcasting, do not go unicast]' \ '-D[duplicate address detection mode]'\ - '-U[Unsolicited ARP mode, update your neighbours]' \ + '-U[unsolicited ARP mode, update your neighbours]' \ '-A[ARP answer mode, update your neighbours]' \ '-V[print version and exit]' \ '-c[how many packets to send]:count' \