From b63be18f357726a8f554e41c3ed6426cefe46b98 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 20 Jul 2019 06:49:24 +1000 Subject: [PATCH] Update USAGE.md Clarify that entries for skip_dir are relative to sync_dir --- docs/USAGE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 88924f21..059ce894 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -241,7 +241,9 @@ Example: `skip_dir = "Desktop|Documents/IISExpress|Documents/SQL Server Manageme Patterns are case insensitive. `*` and `?` [wildcards characters](https://technet.microsoft.com/en-us/library/bb490639.aspx) are supported. Use `|` to separate multiple patterns. -**Note:** after changing `skip_dir`, you must perform a full re-synchronization by adding `--resync` to your existing command line - for example: `onedrive --synchronize --resync` +**Note:** After changing `skip_dir`, you must perform a full re-synchronization by adding `--resync` to your existing command line - for example: `onedrive --synchronize --resync` + +**Note:** Entries under `skip_dir` are relative to your `sync_dir` path. ### skip_file Example: `skip_file = "~*|Documents/OneNote*|Documents/config.xlaunch|myfile.ext"`