Update integrated help.

This commit is contained in:
Andrey Smirnov
2014-03-10 19:42:27 +04:00
parent c28a641293
commit 4c81f0f52a
29 changed files with 166 additions and 109 deletions
+6 -4
View File
@@ -67,11 +67,13 @@ func makeCmdRepoRemove() *commander.Command {
UsageLine: "remove <name> <package-spec> ...",
Short: "remove packages from local repository",
Long: `
Commands removes packages matching specs from local repository. If removed
packages are not referenced by other repos or snapshots, they can be removed
completely (including files) by running 'aptly db cleanup'.
Commands removes packages matching <package-spec> from local repository
<name>. If removed packages are not referenced by other repos or
snapshots, they can be removed completely (including files) by running
'aptly db cleanup'.
Example:
ex:
$ aptly repo remove testing 'myapp (=0.1.12)'
`,
Flag: *flag.NewFlagSet("aptly-repo-add", flag.ExitOnError),