From 1ab3f16b43ff76bb3d72428cc65d77a07dd83a77 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 11 Apr 2017 11:04:12 +0100 Subject: [PATCH] bash-completion: update fincore Add RES column to --output completions. Commit: e4e8b57be2b63fed82647e4d5efd0e0eaf36b19e Signed-off-by: Sami Kerola --- bash-completion/fincore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/fincore b/bash-completion/fincore index 9b1aed8f3c..4988f198bf 100644 --- a/bash-completion/fincore +++ b/bash-completion/fincore @@ -9,7 +9,7 @@ _fincore_module() local prefix realcur OUTPUT_ALL OUTPUT realcur="${cur##*,}" prefix="${cur%$realcur}" - OUTPUT_ALL='PAGES SIZE FILE' + OUTPUT_ALL='PAGES SIZE FILE RES' for WORD in $OUTPUT_ALL; do if ! [[ $prefix == *"$WORD"* ]]; then OUTPUT="$WORD $OUTPUT" -- 2.47.2