Merge pull request #2731 from Akasurde/patch_1

Updated documentation for bash completion in install-machine
This commit is contained in:
Jean-Laurent de Morlhon 2016-01-04 15:15:37 +01:00
commit 6511c9a45a
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@ as:
To install the scripts, copy or link them into your `/etc/bash_completion.d` or
`/usr/local/etc/bash_completion.d` directory. To enable the `docker-machine` shell
prompt, add `$(__docker-machine-ps1)` to your `PS1` setting in `~/.bashrc`.
prompt, add `$(__docker_machine_ps1)` to your `PS1` setting in `~/.bashrc`.
PS1='[\u@\h \W$(__docker-machine-ps1)]\$ '
PS1='[\u@\h \W$(__docker_machine_ps1)]\$ '
You can find additional documentation in the comments at the
[top of each script](https://github.com/docker/machine/tree/master/contrib/completion/bash).