about summary refs log tree commit diff
diff options
context:
space:
mode:
-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' \