diff options
Diffstat (limited to 'Completion/Debian/Command/_dput')
-rw-r--r-- | Completion/Debian/Command/_dput | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput index 64b682c6f..e4161a46c 100644 --- a/Completion/Debian/Command/_dput +++ b/Completion/Debian/Command/_dput @@ -11,4 +11,4 @@ _arguments \ '(-s --simulate)'{-s,--simulare}'[simulate an upload only]' \ '(-u --unchecked)'{-u,--unchecked}'[do not check GPG signature on the changes file]' \ '(-v --version)'{-v,--version}'[show version information]' \ - '*:changes file:_files -g \*.changes' + '*:changes file:_files -g "*.changes(-.)"' |