Skip to content

Commit 5db00ee

Browse files
committed
README update
1 parent 679b1f5 commit 5db00ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ sshbook local ls
2020
```
2121
Add a connection named local to localhost with the X forwarding (-Y) option
2222
```
23-
sshbook -a -o -Y local user@localhost
23+
sshbook-add -o "-Y" local user@localhost
2424
```
2525
Add a connection based on the hostname got from the enviorment variable
2626
```
27-
sshbook -a -s ENV['HOSTNAME'] local user
27+
sshbook-add -s ENV['HOSTNAME'] local user
2828
```
2929
Add a connection that executes ls
3030
```
31-
sshbook -a -c ls local user@localhost
31+
sshbook-add -c ls local user@localhost
3232
```
33-
Delete the local connection
33+
Delete the "local" connection
3434
```
3535
sshbook -d local
3636
```
@@ -45,7 +45,7 @@ sshbook -t -r folder host
4545

4646
Install
4747
=======
48-
Just copy sshbook from the bin folder to /usr/bin and chmod a+x /usr/bin/sshbook
48+
Just copy `sshbook` and `sshbook-add` from the bin folder to /usr/bin and `chmod a+x /usr/bin/sshbook`
4949

5050
.sshbook.yml configuration file
5151
===============================
@@ -56,4 +56,4 @@ The options tag is optional.
5656

5757
License
5858
=======
59-
sshbook is licensed under the MIT License. See [LICENSE.md] (https://github.com/otzy007/sshbook/blob/master/LICENSE.md) for details.
59+
sshbook is licensed under the MIT License. See [LICENSE.md] (https://github.com/otzy007/sshbook/blob/master/LICENSE.md) for details.

0 commit comments

Comments
 (0)