diff --git a/pkg/cmd/save.go b/pkg/cmd/save.go
index 973bcfebb0242d2bc07079d9be8ec39137e2e438..ac75d407c9cb533e3d4d4cf2286ed964d6d6e1d3 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},