We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15112bd commit 3ce64bdCopy full SHA for 3ce64bd
1 file changed
README.md
@@ -1,5 +1,6 @@
1
-Launch with the following arguments. Not that us of absolute paths is required:
2
---syncPeriod "10"
3
---source "/home/sampleSource"
4
---dest "/home/sampleDest"
5
---log "/home/Log" → log is saved as *SyncLog_day-month-year hour:minute.log*
+Launch with the following arguments. Note that us of absolute paths is required:
+
+*--syncPeriod 10*
+*--source /home/sampleSource* or *--source C:\\sampleSource*
+*--dest /home/sampleDest* or *--dest C:\\sampleDest*
6
+*--log /home/Log* or *--log C:\\LogFolder* → log is saved as *SyncLog_day-month-year hour:minute.log*
0 commit comments