From 78f85160f06a821181899d3e389c8d2361ab10ca Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 13 Mar 2019 03:27:29 -0700 Subject: [PATCH] whoops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a4d4b..507b84e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Specifies a path to a configuration file or directory. If a directory is specifi Here's an example of how you might invoke the program with two configuration paths and set globally to a dry run: ``` -python3 backup-rotator --dry-run --config "/my/config/path-1" --config "/my/config/path-1" +python3 backup-rotator --dry-run --config "/my/config/path-1" --config "/my/config/path-2" ``` ## Configuration File Format