From 3dee3c329390d168c2db3d05e1d9401b7b2c343d Mon Sep 17 00:00:00 2001 From: GaryNg Date: Thu, 30 Apr 2020 02:34:34 +0800 Subject: [PATCH] Fix typo --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index f61e64c..f8ce44e 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -194,7 +194,7 @@ Duplicati supports pluggable encryption modules. Use this option to select a mod ### exclude `--exclude` -Exclude files that match this filter. The special characterc `*` means any number of character, and the special character `?` means any single character, use `*.txt` to exclude all files with a txt extension. Regular expressions are also supported and can be supplied by using hard braces, i.e. `[.*\.txt]`. +Exclude files that match this filter. The special character `*` means any number of character, and the special character `?` means any single character, use `*.txt` to exclude all files with a txt extension. Regular expressions are also supported and can be supplied by using hard braces, i.e. `[.*\.txt]`. ### exclude-empty-folders `--exclude-empty-folders = false`