From e16f0e75ab2ee3dab1c68b4a1fa80b907416658e Mon Sep 17 00:00:00 2001 From: Tamer Tas <contact@tmrts.com> Date: Mon, 27 Feb 2017 12:53:40 +0300 Subject: [PATCH] pkg/cmd/save: clarify the usage of the command --- pkg/cmd/save.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/save.go b/pkg/cmd/save.go index 973bcfe..ac75d40 100644 --- a/pkg/cmd/save.go +++ b/pkg/cmd/save.go @@ -17,7 +17,7 @@ import ( // Save contains the cli-command for saving templates to template registry. var Save = &cli.Command{ Use: "save <template-path> <template-tag>", - Short: "Save a project template to local template registry", + Short: "Save a local project template to template registry", Run: func(c *cli.Command, args []string) { MustValidateArgs(args, []validate.Argument{ {"template-path", validate.UnixPath}, -- GitLab