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