aboutsummaryrefslogtreecommitdiff
path: root/shells/bash-completion/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash-completion/files/pkg-message.in')
-rw-r--r--shells/bash-completion/files/pkg-message.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/shells/bash-completion/files/pkg-message.in b/shells/bash-completion/files/pkg-message.in
index 7bbf0ac073f2..496b2f38a789 100644
--- a/shells/bash-completion/files/pkg-message.in
+++ b/shells/bash-completion/files/pkg-message.in
@@ -1,9 +1,15 @@
-The programmable completion library is not enabled by default for various
-reasons. To use it, you should source %%PREFIX%%/etc/bash_completion from
-your .bashrc file. For example:
+=====================================================================
- if [ -f %%PREFIX%%/etc/bash_completion ]; then
- . %%PREFIX%%/etc/bash_completion
- fi
+You must enable the bash programmable completion library yourself!
+
+ * source %%PREFIX%%/etc/bash_completion from your .bashrc file
+
+ if [ -f %%PREFIX%%/etc/bash_completion ]; then
+ . %%PREFIX%%/etc/bash_completion
+ fi
+
+ * or, run %%PREFIX%%/bin/bash_completion.sh from your .bashrc
+
+=====================================================================