From 7b099355f77f4b22a7fc830f205e106144861650 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 9 Mar 2020 20:43:40 +0100 Subject: [PATCH] Update bash-completion description in install/generic/console --- install/console/generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/console/generic b/install/console/generic index 4c1bb34..458a69c 100644 --- a/install/console/generic +++ b/install/console/generic @@ -7,7 +7,7 @@ options+=("vim" "Editor" on) options+=("vi" "Editor" off) options+=("pacman-contrib" "Pacman contrib tools" on) options+=("base-devel" "Build tools" on) -options+=("bash-completion" "Best completion in bash" on) +options+=("bash-completion" "Completion for bash" on) options+=("usbutils" "USB Device Utilities" on) options+=("lsof" "ls open file" on) options+=("dmidecode" "Hardware infos" on)