From ffcbe2ab00f70a8dbe94b869b54bc8159c6dd2f0 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Thu, 23 Nov 2023 20:02:10 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed02abc..b0c5cbf 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Commands: Options: -r, --root Directory to use as root of project (default: .) - -c, --config Path to confiruation file (default: config.xml) + -c, --config Path to configuration file (default: config.xml) ``` ## Content files diff --git a/main.go b/main.go index 3606540..26f7c2d 100644 --- a/main.go +++ b/main.go @@ -397,7 +397,7 @@ Commands: Options: -r, --root Directory to use as root of project (default: .) - -c, --config Path to confiruation file (default: config.xml) + -c, --config Path to configuration file (default: config.xml) `) return }