From fd408a7f6d2ccc7482cc09021e6111348421bf65 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 (cherry picked from commit 6ff527b4f8c88ac406effb1d88fdb3c9ab42967b) (cherry picked from commit 732325f9d00cb5c32f4ba7a3d5524a467ff037b2) --- 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