mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
43187: Fix completion error about 'm' option of 'install' command
This commit is contained in:
parent
6ae241c43a
commit
2a8ecbd2d3
2 changed files with 6 additions and 1 deletions
|
@ -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]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue