Skip to content

Commit c4e52e3

Browse files
authored
Merge pull request #44 from Treora/patch-1
Document -y/--yes option of sync command
2 parents 3cd01dd + e9420d6 commit c4e52e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/commands/drive/sync.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Options:
1919
--no-overwrite - Don't include overwrites to the target location.
2020
--no-delete - Don't include deletions to the target location.
2121
-w/--watch/--live - Continuously sync changes.
22+
-y/--yes - Do not ask for confirmation
2223
2324
Examples:
2425
@@ -209,4 +210,4 @@ async function setupTracker (key, statusLines, statusLog) {
209210
setTimeout(updateState, 1e3).unref()
210211
}
211212
await updateState()
212-
}
213+
}

0 commit comments

Comments
 (0)