aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/arp.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/arp.fish')
-rw-r--r--init/completions/arp.fish11
1 files changed, 0 insertions, 11 deletions
diff --git a/init/completions/arp.fish b/init/completions/arp.fish
deleted file mode 100644
index 162c428f..00000000
--- a/init/completions/arp.fish
+++ /dev/null
@@ -1,11 +0,0 @@
-#completion for arp
-complete -c arp -s v -l verbose -d (_ "Verbose mode")
-complete -c arp -s n -l numeric -d (_ "Numerical address")
-complete -x -c arp -s H -l tw-type -a "ether arcnet pronet ax25 netrom" -d (_ "Class of hw type")
-complete -c arp -s a -l display -x -a "(__fish_print_hostnames)" -d (_ "Show arp entries")
-complete -x -c arp -s d -l delete -a "(__fish_print_hostnames)" -d (_ "Remove an entry for hostname")
-complete -c arp -s D -l use-device -d (_ "Use hardware address")
-complete -x -c arp -s i -l device -a "(__fish_print_interfaces)" -d (_ "Select interface")
-complete -x -c arp -s s -l set -d (_ "Manually create ARP address") -a "(__fish_print_hostnames)"
-complete -f -c arp -s f -l file -d (_ "Take addr from filename, default /etc/ethers")
-