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 `) }