From feacd560b6a15e29b5ebe4c53d6e8920050111bd Mon Sep 17 00:00:00 2001 From: John D Pell Date: Sat, 14 Aug 2021 18:26:45 -0700 Subject: [PATCH] completion/system: update wording on shell version --- completion/available/system.completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/available/system.completion.bash b/completion/available/system.completion.bash index a8a29c84..113a93f5 100755 --- a/completion/available/system.completion.bash +++ b/completion/available/system.completion.bash @@ -30,7 +30,7 @@ then case "${BASH_VERSION}" in 1*|2*|3.0*|3.1*) - _log_warning "Cannot load completion due to version of shell." + _log_warning "Cannot load completion due to version of shell. Are you using Bash 3.2+?" ;; 3.2*|4.0*|4.1*) # Import version 1.x of bash-completion, if installed.