mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-13 06:40:41 +00:00
Fix command help. [ci skip]
This commit is contained in:
+2
-3
@@ -183,10 +183,9 @@ func makeCmdRepoAdd() *commander.Command {
|
|||||||
Short: "add packages to local repository",
|
Short: "add packages to local repository",
|
||||||
Long: `
|
Long: `
|
||||||
Command adds packages to local repository. List of files or directories to be
|
Command adds packages to local repository. List of files or directories to be
|
||||||
scanned could be specified. If importing from directory, all files matching *.deb
|
scanned could be specified. If importing from directory, all files matching *.deb and *.dsc
|
||||||
pattern would be scanned and added to the repository. For source packages, all required
|
pattern would be scanned and added to the repository. For source packages, all required
|
||||||
files are added as well automatically. By default, when importing
|
files are added as well automatically.
|
||||||
all successfully added files are removed.
|
|
||||||
|
|
||||||
ex:
|
ex:
|
||||||
$ aptly repo add testing myapp-0.1.2.deb incoming/
|
$ aptly repo add testing myapp-0.1.2.deb incoming/
|
||||||
|
|||||||
Reference in New Issue
Block a user