From 84628614792d83fc4dd4b625034d8bde14ed165a Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Fri, 7 May 2021 15:54:20 -0700 Subject: [PATCH] Fix readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2ebb31..44ef6ee 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ Usage: yaclog-ksp [OPTIONS] Converts markdown changelogs to KSP changelog configs. Options: - -i, --input FILE Input markdown file to read from. [default: - CHANGELOG.md] - + --path FILE Location of the changelog file. [default: CHANGELOG.md] -o, --output FILE Output file to write to. Uses 'GameData/{name}/Versioning/{name}ChangeLog.cfg' by default. @@ -32,10 +30,9 @@ Options: --version Show the version and exit. --help Show this message and exit. - ``` -for example, running `yaclog-ksp -i MyLog.md -n "My KSP Mod"` +for example, running `yaclog-ksp --path MyLog.md -n "My KSP Mod"` would output to `GameData/MyKSPMod/Versioning/MyKSPModChangeLog.cfg` Input files are in markdown, and use a certain syntax to be readable by the tool. Metadata is included in a table at the