diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 8487ebc1a..9a44ddbbe 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1809,7 +1809,7 @@ _git-stash () { _nothing ;; (drop) - _arguments -S $endopt \_git-notes + _arguments -S $endopt \ '(-q --quiet)'{-q,--quiet}'[suppress all output]' \ ':: :__git_stashes' && ret=0 ;; |