Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed May 23, 2019
1 parent de1fee6 commit 340e6c4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,18 @@ Usage: __main__.py [OPTIONS] COMMAND [ARGS]...
Main command group :return:
Options:
--version Show the version and exit.
-h, --help Show this message and exit.
--version Show the version and exit.
-v, --verbose Add more output
-s, --silent No output at all
-h, --help Show this message and exit.
Commands:
down Permanently terminates synchronization sessions
list Lists existing synchronization sessions and their statuses
monitor Shows a dynamic status display for the specified session
pause Pauses synchronization sessions
resume Resumes paused or disconnected synchronization sessions
up Creates and starts a new synchronization sessions
up Creates and starts a new synchronization sessions
down Permanently terminates synchronization sessions
pause Pauses synchronization sessions
flush Flush synchronization sessions
resume Resumes paused or disconnected synchronization sessions
list Lists existing synchronization sessions and their statuses
```

Multiple projects support
Expand Down

0 comments on commit 340e6c4

Please sign in to comment.