diff --git a/resources/VERSION b/resources/VERSION index 9767cc9..20f4951 100644 --- a/resources/VERSION +++ b/resources/VERSION @@ -1 +1 @@ -0.1.10 +0.1.11 diff --git a/src/nextjournal/garden_cli.clj b/src/nextjournal/garden_cli.clj index aae7099..e54ecf7 100755 --- a/src/nextjournal/garden_cli.clj +++ b/src/nextjournal/garden_cli.clj @@ -619,7 +619,7 @@ :desc "Ignore an existing `garden.edn` and re-initialize the project with a new name"} :template {:coerce :string - :desc "Template for initializing a project (see https://docs.apps.garden#project-templates for more info)" + :desc "A template name (deps-new compatible) for initializing a project. See https://docs.apps.garden#project-templates for more info or https://github.com/topics/application-garden-template for a list of available templates." :default "io.github.nextjournal/garden-template"})), :help "Initialize an application.garden project in the local directory"},