From fab2e43bf5edef1e87753d82dba4e185708061bd Mon Sep 17 00:00:00 2001 From: Gert Goet Date: Sat, 2 Mar 2024 11:12:07 +0100 Subject: [PATCH] Wording --- src/eval/deps_try.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eval/deps_try.clj b/src/eval/deps_try.clj index 3ae12fe..7fadc26 100644 --- a/src/eval/deps_try.clj +++ b/src/eval/deps_try.clj @@ -67,7 +67,7 @@ " ;; The latest version of malli from maven, and git-tag v1.3.894 of the next-jdbc repository" \newline " $ deps-try metosin/malli io.github.seancorfield/next-jdbc v1.3.894") (str ansi/bold "COMMANDS" ansi/reset \newline - " recipes show list of recipes (--refresh to update manifest)") + " recipes list built-in recipes (--refresh to update)") nil]] (print (string/join \newline (interpose nil usage)))))