mirror of https://github.com/cheat/cheat.git
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