Update USAGE.md

Clarify 'sync_list' example as wording for usage was incorrect
This commit is contained in:
abraunegg 2020-08-28 08:30:31 +10:00 committed by GitHub
parent fa3eb8bc1a
commit bc1ce1192b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,15 +421,16 @@ Each line of the file represents a relative path from your `sync_dir`. All files
Here is an example of `sync_list`:
```text
# sync_list supports comments
# Exclude my Backup folder
# Include my Backup folder
Backup
# Exclude this single document
# Include this single document
Documents/latest_report.docx
# Exclude all Work/Project directories
# Include all Work/Project directories
Work/Project*
notes.txt
# Exclude /Blender in the ~OneDrive root but not if elsewhere
# Include /Blender in the ~OneDrive root but not if elsewhere
/Blender
# Include these names if they match any file or folder
Cinema Soc
Codes
Textbooks