mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Fix command help.
This commit is contained in:
@@ -11,7 +11,7 @@ func makeCmdRepoCopy() *commander.Command {
|
||||
UsageLine: "copy <src-name> <dst-name> <package-spec> ...",
|
||||
Short: "copy packages between source repos",
|
||||
Long: `
|
||||
Commands copy copies packages matching <package-spec> from local repo
|
||||
Command copy copies packages matching <package-spec> from local repo
|
||||
<src-name> to local repo <dst-name>.
|
||||
|
||||
ex:
|
||||
|
||||
@@ -11,7 +11,7 @@ func makeCmdRepoImport() *commander.Command {
|
||||
UsageLine: "import <src-mirror> <dst-repo> <package-spec> ...",
|
||||
Short: "import package from mirror and put it into local repo",
|
||||
Long: `
|
||||
Commands import looks up packages matching <package-spec> in mirror <src-mirror>
|
||||
Command import looks up packages matching <package-spec> in mirror <src-mirror>
|
||||
and copies them to local repo <dst-repo>.
|
||||
|
||||
ex:
|
||||
|
||||
@@ -168,7 +168,7 @@ func makeCmdRepoMove() *commander.Command {
|
||||
UsageLine: "move <src-name> <dst-name> <package-spec> ...",
|
||||
Short: "move packages between source repos",
|
||||
Long: `
|
||||
Commands move moves packages matching <package-spec> from local repo
|
||||
Command move moves packages matching <package-spec> from local repo
|
||||
<src-name> to local repo <dst-name>.
|
||||
|
||||
ex:
|
||||
|
||||
Reference in New Issue
Block a user