From: Sami Kerola Date: Tue, 11 Apr 2017 10:04:12 +0000 (+0100) Subject: bash-completion: update fincore X-Git-Tag: v2.30-rc1~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ab3f16b43ff76bb3d72428cc65d77a07dd83a77;p=thirdparty%2Futil-linux.git bash-completion: update fincore Add RES column to --output completions. Commit: e4e8b57be2b63fed82647e4d5efd0e0eaf36b19e Signed-off-by: Sami Kerola --- 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"