Remove escapes from code "blocks"

This commit is contained in:
2024-07-01 21:06:01 +02:00
parent e022a838ba
commit 58cce74ce8

View File

@@ -20,10 +20,10 @@ It supports input of these instructions through:
- Run arguments - Run arguments
- `sync this,that foo,bar "foo 2","C:/bar"` - `sync this,that foo,bar "foo 2","C:/bar"`
- Files - Files
- `sync -f \<file>` - `sync -f <file>`
- Where the file contains instructions, one instruction per line - Where the file contains instructions, one instruction per line
- Directories - Directories
- `sync -r \<directory>` - `sync -r <directory>`
- This mode will look for "sync" files recursively in directories and run their instructions - This mode will look for "sync" files recursively in directories and run their instructions
## Use case ## Use case