mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 19:34:13 +00:00
resin sync: remove quotes from --source/--destination help as it implies they're required
Closes #372
This commit is contained in:
parent
6b00bbc73a
commit
7bd8a683b2
@ -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
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user