From 2a8ecbd2d3d444138b7a488d5d6b8ad860f8fd6f Mon Sep 17 00:00:00 2001 From: Yasuhiro KIMURA Date: Thu, 19 Jul 2018 13:08:17 +0900 Subject: 43187: Fix completion error about 'm' option of 'install' command --- ChangeLog | 5 +++++ Completion/Unix/Command/_install | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc3fe358c..da38d4760 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-07-19 Yasuhiro KIMURA + + * 43187: Completion/Unix/Command/_install: Fix completion error + about 'm' option of 'install' command + 2018-07-17 Peter Stephenson * Doron Behar: 43166: Completion/Unix/Type/_pspdf, diff --git a/Completion/Unix/Command/_install b/Completion/Unix/Command/_install index f5056b5d0..4feb34ebf 100644 --- a/Completion/Unix/Command/_install +++ b/Completion/Unix/Command/_install @@ -11,7 +11,7 @@ common_args=( '(-C -c --compare)-c[copy files (default)]' '(-d --directory)'{-d,--directory}'[create directories]' '(-g --group)'{-g+,--group=}'[specify destination file group]: :_groups' - '(-m --mode)'{-m+,--mode=}'[specify destination file mode]: :_modes' + '(-m --mode)'{-m+,--mode=}'[specify destination file mode]: :_file_modes' '(-o --owner)'{-o+,--owner=}'[specify destination file owner]: :_users' '(-p --preserve-timestamps)'{-p,--preserve-timestamps}'[preserve modification times]' '(-s --strip)'{-s,--strip}'[strip binaries]' -- cgit 1.4.1