From cbc2638d96e973f8278a1ad6ea7e29f83d881fa5 Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Fri, 26 Aug 2022 13:55:54 -0400 Subject: [PATCH] fix(docopt): whitespace typo in `--help` output Fix a whitespace (alignment) typo in the `--help` output. --- cmd/cheat/docopt.txt | 2 +- cmd/cheat/str_usage.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cheat/docopt.txt b/cmd/cheat/docopt.txt index dd2b112..b9cc7ec 100644 --- a/cmd/cheat/docopt.txt +++ b/cmd/cheat/docopt.txt @@ -56,4 +56,4 @@ Examples: cheat --rm foo/bar To view the configuration file path: - cheat --conf + cheat --conf diff --git a/cmd/cheat/str_usage.go b/cmd/cheat/str_usage.go index b4c5eb8..82059ed 100644 --- a/cmd/cheat/str_usage.go +++ b/cmd/cheat/str_usage.go @@ -65,6 +65,6 @@ Examples: cheat --rm foo/bar To view the configuration file path: - cheat --conf + cheat --conf `) }