zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _arp: FreeBSD does not support -v for arp
@ 2018-06-05 22:02 Eitan Adler
  0 siblings, 0 replies; only message in thread
From: Eitan Adler @ 2018-06-05 22:02 UTC (permalink / raw)
  To: zsh-workers; +Cc: Eitan Adler

Signed-off-by: Eitan Adler <lists@eitanadler.com>
---
 Completion/Unix/Command/_arp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Completion/Unix/Command/_arp b/Completion/Unix/Command/_arp
index 5b047b2b8..90e30d6c2 100644
--- a/Completion/Unix/Command/_arp
+++ b/Completion/Unix/Command/_arp
@@ -37,7 +37,7 @@ case $OSTYPE in
     flags+=( netmask )
   ;;
   darwin*|freebsd*|dragonfly*)
-    cmds+=( '(-n -v -i)-S[create an arp entry, replacing any existing entry]' )
+    cmds+=( '(-n -i)-S[create an arp entry, replacing any existing entry]' )
   ;|
   darwin*|freebsd*)
     args+=( '(-s -Q -f)-i+[select an interface]:interface:_net_interfaces' )
@@ -58,7 +58,6 @@ case $OSTYPE in
     args+=( $vopt )
   ;;
   freebsd*)
-    args+=( $vopt )
     flags+=( blackhole reject )
   ;;
   openbsd*)
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-05 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-05 22:02 [PATCH] _arp: FreeBSD does not support -v for arp Eitan Adler

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).