summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_gzip1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 260776320..cafbb811d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* Felipe Sateler: 32819: Completion/Debian/Command/_axi-cache:
Update for axi-cache completion.
+ * Vincent Lefevre: 32818: Completion/Unix/Command/_gzip:
+ --rsyncable option is missing
+
2014-07-03 Mikael Magnusson <mikachu@gmail.com>
* 32821: Completion/Unix/Command/_gcc: Update _gcc as of GCC
diff --git a/Completion/Unix/Command/_gzip b/Completion/Unix/Command/_gzip
index a90f23273..927d31d45 100644
--- a/Completion/Unix/Command/_gzip
+++ b/Completion/Unix/Command/_gzip
@@ -39,6 +39,7 @@ gzip)
'(-q --quiet)--silent[suppress all warnings]' \
'(--recursive)-r[operate recursively on directories]' \
'(-r)--recursive[operate recursively on directories]' \
+ '--rsyncable[make rsync-friendly archive]' \
'(--suffix)-S+[specify suffix for compressed files]:suffix:' \
'(-S)--suffix=[specify suffix for compressed files]:suffix:' \
'(--test)-t[test compressed file integrity]' \