diff options
Diffstat (limited to 'extra/source/bash-completion/slack-desc')
-rw-r--r-- | extra/source/bash-completion/slack-desc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/source/bash-completion/slack-desc b/extra/source/bash-completion/slack-desc index 8f9e35b7..73193984 100644 --- a/extra/source/bash-completion/slack-desc +++ b/extra/source/bash-completion/slack-desc @@ -1,19 +1,19 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| bash-completion: bash-completion (programmable completion for the bash shell) bash-completion: -bash-completion: Adds programmable completion to the bash shell. A new file called +bash-completion: Adds programmable completion to the bash shell. A new file called bash-completion: /etc/profile.d/bash_completion.sh will be sourced for interactive bash-completion: bash shells adding all sorts of enhanced command completion features. bash-completion: Once installed, you may get a list of all commands that have bash-completion: associated completions with 'complete -p', and examine the code for bash-completion: the shell functions with 'declare -f'. bash-completion: -bash-completion: Homepage: https://alioth.debian.org/projects/bash-completion/ +bash-completion: Homepage: https://github.com/scop/bash-completion bash-completion: |