Skip to content

Commit d3efa4e

Browse files
committed
make export help text slightly more informative
1 parent feb30b4 commit d3efa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/templateexport.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ func tarBytesToTree(templateName string, raw []byte) error {
5252

5353
func templateExport() *cobra.Command {
5454
cmd := &cobra.Command{
55-
Use: "export <name>",
56-
Short: "Create a subdirectory named <name> and download the current template contents into it.",
55+
Use: "export <template name>",
56+
Short: "Create download the named template's contents and extract them into a subdirectory named <template name>.",
5757
Args: cobra.ExactArgs(1),
5858
RunE: func(cmd *cobra.Command, args []string) error {
5959
var (

0 commit comments

Comments
 (0)