diff --git a/cmd/cheat/docopt.txt b/cmd/cheat/docopt.txt index ccf4fae..609f209 100644 --- a/cmd/cheat/docopt.txt +++ b/cmd/cheat/docopt.txt @@ -5,7 +5,7 @@ Options: --init Write a default config file to stdout -c --colorize Colorize output -d --directories List cheatsheet directories - -e --edit= Edit cheatsheet + -e --edit= Edit -l --list List cheatsheets -p --path= Return only sheets found on path -r --regex Treat search as a regex diff --git a/cmd/cheat/str_usage.go b/cmd/cheat/str_usage.go index c794c8b..dfcc96c 100644 --- a/cmd/cheat/str_usage.go +++ b/cmd/cheat/str_usage.go @@ -14,7 +14,7 @@ Options: --init Write a default config file to stdout -c --colorize Colorize output -d --directories List cheatsheet directories - -e --edit= Edit cheatsheet + -e --edit= Edit -l --list List cheatsheets -p --path= Return only sheets found on path -r --regex Treat search as a regex