diff options
author | Matt Kraai <kraai@ftbfs.org> | 2017-05-04 11:07:34 -0600 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-05-05 14:50:51 +0200 |
commit | fd408a7f6d2ccc7482cc09021e6111348421bf65 (patch) | |
tree | 7c063aaf9a2df22963a21b83c56b90c8b1fc73ce /completions/bash | |
parent | 55100ab1e47d24224d2fa1abb3ccce2130469884 (diff) |
bash-completion: Fix spelling of autoclean
Closes: #861846
(cherry picked from commit 6ff527b4f8c88ac406effb1d88fdb3c9ab42967b)
(cherry picked from commit 732325f9d00cb5c32f4ba7a3d5524a467ff037b2)
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/apt b/completions/bash/apt index f7dd61f3b..07bebc9a3 100644 --- a/completions/bash/apt +++ b/completions/bash/apt @@ -158,7 +158,7 @@ _apt() ' -- "$cur" ) ) return 0 ;; - clean|autocleean) + clean|autoclean) COMPREPLY=( $( compgen -W ' -s --simulate --dry-run ' -- "$cur" ) ) |