Skip to content

Commit 75b1165

Browse files
committed
Add help section to README
1 parent 0afad2d commit 75b1165

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,26 @@ Deployment:
3333
- Rsync filters
3434
- Custom exec scripts (startup/finish) on local or remote machine (using SSH)
3535

36+
Help
37+
====
38+
39+
```
40+
Usage:
41+
gosync [OPTIONS] <command>
42+
43+
Application Options:
44+
-v, --verbose verbose mode
45+
46+
Help Options:
47+
-h, --help Show this help message
48+
49+
Available commands:
50+
deploy Deploy to server
51+
list List server configurations
52+
sync Sync from server
53+
version Show version
54+
```
55+
3656
Example
3757
=======
3858

0 commit comments

Comments
 (0)