mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix misprint. #96
This commit is contained in:
+7
-7
@@ -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
|
||||||
>
|
>
|
||||||
|
|
||||||
`,
|
`,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user