From e881a6df00a69b4636021e536c42b1d6a11d049c Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 27 Feb 2014 23:51:01 +0400 Subject: [PATCH] Fix command help. [ci skip] --- cmd/repo_add.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/repo_add.go b/cmd/repo_add.go index 1da5dc74..8754d4c4 100644 --- a/cmd/repo_add.go +++ b/cmd/repo_add.go @@ -183,10 +183,9 @@ func makeCmdRepoAdd() *commander.Command { Short: "add packages to local repository", Long: ` 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 -files are added as well automatically. By default, when importing -all successfully added files are removed. +files are added as well automatically. ex: $ aptly repo add testing myapp-0.1.2.deb incoming/