Skip to content

Commit

Permalink
docs: fix typo in excluding_files.md (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbsgilbs authored Nov 14, 2024
1 parent 5070cc9 commit 85f473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/backup/excluding_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude options are:

- `--git-ignore` Respect `.gitignore` files and exclude paths/files not handled
by git.
- `--glob` include/exclue files and dirs based on given glob patterns
- `--glob` include/exclude files and dirs based on given glob patterns
- `--iglob` Same as `--glob` but ignores the case of paths
- `--glob-file` Specified one or more times to exclude items listed in a given
file
Expand Down

0 comments on commit 85f473e

Please sign in to comment.