mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
fix(docopt): whitespace typo in --help
output
Fix a whitespace (alignment) typo in the `--help` output.
This commit is contained in:
parent
fd93da799d
commit
cbc2638d96
@ -56,4 +56,4 @@ Examples:
|
||||
cheat --rm foo/bar
|
||||
|
||||
To view the configuration file path:
|
||||
cheat --conf
|
||||
cheat --conf
|
||||
|
@ -65,6 +65,6 @@ Examples:
|
||||
cheat --rm foo/bar
|
||||
|
||||
To view the configuration file path:
|
||||
cheat --conf
|
||||
cheat --conf
|
||||
`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user