Fix command help.

This commit is contained in:
Andrey Smirnov
2014-02-28 18:04:52 +04:00
parent c6e4239a22
commit c554a5c7df
3 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: