Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hisaitami committed Nov 16, 2023
1 parent 9e0d265 commit 389df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldr.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
(def version "tldr.cljs v0.7.2 (spec v2.0)")

(defn usage [options-summary]
(->> ["usage: tldr.cljs [-v] [OPTION]... SEARCH\n"
(->> ["usage: tldr.cljs [--verbose] [OPTION]... SEARCH\n"
"available commands:"
options-summary]
(s/join \newline)))
Expand Down

0 comments on commit 389df62

Please sign in to comment.