Skip to content
Snippets Groups Projects
Commit e16f0e75 authored by Tamer Tas's avatar Tamer Tas
Browse files

pkg/cmd/save: clarify the usage of the command

parent c9b0aae1
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment