| Index: bash_completion
|
| diff --git a/bash_completion b/bash_completion
|
| index bc9988aaceaa1ee45bac46ea9294f6114f2cd91e..0ff38e456d83b4ab95bb040854c62c51d0180b59 100644
|
| --- a/bash_completion
|
| +++ b/bash_completion
|
| @@ -133,7 +133,7 @@ _autotest_complete() {
|
| # TODO(petkov): Currently, this assumes that the command is the first
|
| # argument. In practice, the command is the first non-flag
|
| # argument. I.e., this should be fixed to support something like
|
| -# "./cros_workon --all list".
|
| +# "cros_workon --all list".
|
| _complete_cros_workon_command() {
|
| [ ${COMP_CWORD} -eq 1 ] || return 1
|
| local command="${COMP_WORDS[1]}"
|
|
|