Added script cmd in cmd.go

This commit is contained in:
Simon Aquino
2014-08-16 10:19:58 +00:00
parent b6c82f073f
commit df06dc356b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
func makeCmdScript() *commander.Command {
return &commander.Command{
UsageLine: "script",
Short: "runs aptly scripts",
Short: "run aptly scripts",
Subcommands: []*commander.Command{
makeCmdScriptRun(),
},