diff --git a/framework/meta/src/cli_args/cli_args_standalone.rs b/framework/meta/src/cli_args/cli_args_standalone.rs index 45b43f8009..d433310eb0 100644 --- a/framework/meta/src/cli_args/cli_args_standalone.rs +++ b/framework/meta/src/cli_args/cli_args_standalone.rs @@ -54,10 +54,7 @@ pub enum StandaloneCliAction { #[command(name = "new", about = "Creates a contract by a pre-existing template")] Template(TemplateArgs), - #[command( - name = "templates", - about = "Lists all contracts available as templates" - )] + #[command(name = "templates", about = "Lists all pre-existing templates")] TemplateList(TemplateListArgs), #[command( name = "test-gen",