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:45:31 +0200 |
commit | 732325f9d00cb5c32f4ba7a3d5524a467ff037b2 (patch) | |
tree | f9d48843b34f1219716b71c6ab6d855a5021daf4 | |
parent | a234cfe1466066aa1f404cf01e544f16cb517846 (diff) |
bash-completion: Fix spelling of autoclean
Closes: #861846
(cherry picked from commit 6ff527b4f8c88ac406effb1d88fdb3c9ab42967b)
-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" ) ) |