mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
doc: improve cmd usage arguments
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ func formatCommands(args []string) [][]string {
|
||||
func makeCmdTaskRun() *commander.Command {
|
||||
cmd := &commander.Command{
|
||||
Run: aptlyTaskRun,
|
||||
UsageLine: "run -filename=<filename> | <command1>, <command2>, ...",
|
||||
UsageLine: "run (-filename=<filename> | <commands>...)",
|
||||
Short: "run aptly tasks",
|
||||
Long: `
|
||||
Command helps organise multiple aptly commands in one single aptly task, running as single thread.
|
||||
|
||||
Reference in New Issue
Block a user