From 6ff527b4f8c88ac406effb1d88fdb3c9ab42967b Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 4 May 2017 11:07:34 -0600 Subject: bash-completion: Fix spelling of autoclean Closes: #861846 --- completions/bash/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ) -- cgit v1.2.3