Add RES column to --output completions. Commit: e4e8b57be2b63fed82647e4d5efd0e0eaf36b19e Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- bash-completion/fincore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/fincore b/bash-completion/fincore index 9b1aed8f3..4988f198b 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.12.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html