From 7bd8a683b21e50b508c39b6deb124e6d39436fff Mon Sep 17 00:00:00 2001 From: Kostas Lekkas Date: Thu, 28 Jul 2016 15:41:34 +0300 Subject: [PATCH] resin sync: remove quotes from --source/--destination help as it implies they're required Closes #372 --- lib/actions/sync.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/actions/sync.coffee b/lib/actions/sync.coffee index 4f75e885..d467f100 100644 --- a/lib/actions/sync.coffee +++ b/lib/actions/sync.coffee @@ -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 '''