mirror of
https://github.com/cheat/cheat.git
synced 2025-07-03 20:31:58 +02:00
fix(docopt): whitespace typo in --help
output
Fix a whitespace (alignment) typo in the `--help` output.
This commit is contained in:
cmd/cheat
@ -56,4 +56,4 @@ Examples:
|
|||||||
cheat --rm foo/bar
|
cheat --rm foo/bar
|
||||||
|
|
||||||
To view the configuration file path:
|
To view the configuration file path:
|
||||||
cheat --conf
|
cheat --conf
|
||||||
|
@ -65,6 +65,6 @@ Examples:
|
|||||||
cheat --rm foo/bar
|
cheat --rm foo/bar
|
||||||
|
|
||||||
To view the configuration file path:
|
To view the configuration file path:
|
||||||
cheat --conf
|
cheat --conf
|
||||||
`)
|
`)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user