fix(docopt): whitespace typo in `--help` output

Fix a whitespace (alignment) typo in the `--help` output.
This commit is contained in:
Christopher Allen Lane 2022-08-26 13:55:54 -04:00
parent fd93da799d
commit cbc2638d96
2 changed files with 2 additions and 2 deletions

View File

@ -56,4 +56,4 @@ Examples:
cheat --rm foo/bar
To view the configuration file path:
cheat --conf
cheat --conf

View File

@ -65,6 +65,6 @@ Examples:
cheat --rm foo/bar
To view the configuration file path:
cheat --conf
cheat --conf
`)
}