diff --git a/contribs/slurm_completion_help/README.md b/contribs/slurm_completion_help/README.md index 373263c6fbf76aa16a693b2f364f69b8dec95e72..eb8d5ff9a4ca9b53433a1d31e8c870d347c6ec21 100644 --- a/contribs/slurm_completion_help/README.md +++ b/contribs/slurm_completion_help/README.md @@ -30,6 +30,10 @@ __Known issues__ * Some regex needed to validate options or parameter values are not exactly correct, but should work in most cases. * Any new option unknown to the syntax file will be spotted as an error. +* On a Debian system (Ubuntu) you may see messages like... + _get_comp_words_by_ref: command not found + after a tab. + Based on http://askubuntu.com/questions/33440/tab-completion-doesnt-work-for-commands you need to alter your /etc/bash.bashrc to make this work correctly. Bash completion ---------------