zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _arping
@ 2001-11-29 17:57 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-11-29 17:57 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Unix/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/.distfiles,v
retrieving revision 1.12
diff -u -r1.12 .distfiles
--- Completion/Unix/Command/.distfiles	2001/11/29 17:08:02	1.12
+++ Completion/Unix/Command/.distfiles	2001/11/29 17:57:12
@@ -15,5 +15,5 @@
 _dict         _grep         _lzop         _prcs         _tiff         _elm
 _diff         _gs           _make         _psutils      _tin	_apm  _mail
 _last         _loadkeys     _modutils     _ruby         _sysctl _links _samba
-_user_admin   _rsync
+_user_admin   _rsync        _arping
 '
Index: Completion/Unix/Command/_arping
===================================================================
RCS file: _arping
diff -N _arping
--- /dev/null	Thu May 24 22:33:05 2001
+++ _arping	Thu Nov 29 09:57:12 2001
@@ -0,0 +1,20 @@
+#compdef arping
+
+_arguments -s \
+	'-h[help]' \
+	'-q[quiet]' \
+	'-v[verbose]' \
+	'-r[raw]' \
+	'-R[Raw]' \
+	'-d[find duplicate replies]' \
+	'-B[255.255.255.255]' \
+	'-0[source 0.0.0.0]' \
+	'-b[source 255.255.255.255]' \
+	'-S[set source IP]:source IP address:_hosts' \
+	'-T[target IP]:target IP address:_hosts' \
+        '-p[promiscuous mode]' \
+	'-s[set source MAC address]:source MAC address:' \
+	'-t[set target MAC address]:target MAC address:' \
+	'-c[send this many requests]:count:' \
+	'-i[interface]:interface:' \
+	':address:_hosts' \


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

only message in thread, other threads:[~2001-11-29 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-29 17:57 PATCH: _arping Clint Adams

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).