summary refs log tree commit diff
diff options
context:
space:
mode:
authorskirit <skirit@dump.cz>2019-11-11 16:27:59 +0100
committerDaniel Shahaf <d.s@daniel.shahaf.name>2019-11-11 16:00:16 +0000
commita8b0d399e5ccb4becb3699fad7e553a39963ebda (patch)
treef382a06b30ddc425eae9d332dae5d387b0c56624
parentb06117ad21ce8be928e64700f34f7610d45c738a (diff)
downloadzsh-a8b0d399e5ccb4becb3699fad7e553a39963ebda.tar.gz
zsh-a8b0d399e5ccb4becb3699fad7e553a39963ebda.tar.xz
zsh-a8b0d399e5ccb4becb3699fad7e553a39963ebda.zip
unposted (salsa.debian.org MR!1): _ip: Complete the -brief option
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_ip1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64b230cb8..5c62c20af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-11-11  skirit  <skirit@dump.cz>
+
+	* unposted (salsa.debian.org MR!1): Completion/Unix/Command/_ip:
+	Complete the -brief option
+
 2019-11-09  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 44904: Completion/Unix/Command/_subversion: Complete multiple
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip
index 74101c646..9a7cbd821 100644
--- a/Completion/Unix/Command/_ip
+++ b/Completion/Unix/Command/_ip
@@ -542,6 +542,7 @@ _regex_words options "ip options" \
   '-s*tatistics:output statistics' \
   '-d*etails:output more detailed information' \
   '-c*olor:color output' \
+  '-br*ief:brief output' \
   '-a*ll:executes specified command over all objects' \
   '-f*amily:select protocol family:$subcmd_family' \
   '-4:IPv4' \