Fix misprint. #96

This commit is contained in:
Andrey Smirnov
2014-10-14 18:26:12 +04:00
parent 37b2d49aea
commit 88351503b0

View File

@@ -133,16 +133,16 @@ func makeCmdTaskRun() *commander.Command {
UsageLine: "run -filename=<filename> | <command1>, <command2>, ...", UsageLine: "run -filename=<filename> | <command1>, <command2>, ...",
Short: "run aptly tasks", Short: "run aptly tasks",
Long: ` Long: `
Command helps origanise multiple aptly commands in one single aptly task, running as single thread. Command helps organise multiple aptly commands in one single aptly task, running as single thread.
Example: Example:
$ aptly task run $ aptly task run
> repo create local > repo create local
> repo add local pkg1 > repo add local pkg1
> publish repo local > publish repo local
> serve > serve
> >
`, `,
} }