resin sync: remove quotes from --source/--destination help as it implies they're required

Closes #372
This commit is contained in:
Kostas Lekkas 2016-07-28 15:41:34 +03:00
parent 6b00bbc73a
commit 7bd8a683b2

View File

@ -71,9 +71,9 @@ module.exports =
Examples:
$ resin sync 7cf02a6 --source '.' --destination '/usr/src/app'
$ resin sync 7cf02a6 -s '/home/user/myResinProject' -d '/usr/src/app' --before 'echo Hello' --after 'echo Done'
$ resin sync --ignore 'lib/'
$ resin sync 7cf02a6 --source . --destination /usr/src/app
$ resin sync 7cf02a6 -s /home/user/myResinProject -d /usr/src/app --before 'echo Hello' --after 'echo Done'
$ resin sync --ignore lib/
$ resin sync --verbose false
$ resin sync
'''