README fix
This commit is contained in:
parent
c057e1e8ed
commit
e75a733d0b
|
@ -23,6 +23,7 @@ To run command line help:
|
||||||
sshch -h
|
sshch -h
|
||||||
```
|
```
|
||||||
**If you want to use unsafe 'password' feature you must install 'sshpass' first.**
|
**If you want to use unsafe 'password' feature you must install 'sshpass' first.**
|
||||||
|
|
||||||
If you want to use bash autocompletion function with sshch, copy autocompletion script to /etc/bash_completion.d/:
|
If you want to use bash autocompletion function with sshch, copy autocompletion script to /etc/bash_completion.d/:
|
||||||
```
|
```
|
||||||
sudo cp sshch_bash_completion.sh /etc/bash_completion.d/sshch
|
sudo cp sshch_bash_completion.sh /etc/bash_completion.d/sshch
|
||||||
|
|
Loading…
Reference in New Issue