Skip to content

Commit 2fd1d8a

Browse files
committed
Update README.md
1 parent 332adbc commit 2fd1d8a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ bsync can also be used to sync with a master directory:
3535
./bsync BOB_DIR MASTER_DIR
3636
# Bob gets Alice changes, sending his changes to master in the same time
3737

38+
bsync help and options:
39+
40+
```
41+
Usage: bsync [options] DIR1 DIR2
42+
43+
DIR can be user@sshserver:DIR
44+
-v Verbose
45+
-i Ignore permissions
46+
-p PORT Port for SSH
47+
-o SSHARGS Custom options for SSH
48+
```
49+
3850
Features
3951
--------
4052

0 commit comments

Comments
 (0)