Fixing minor spelling/grammar issues in documentation.

This commit is contained in:
Artem Yakimenko
2014-04-22 11:08:57 +04:00
parent e81f86f942
commit d9f4686e2c
16 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -187,9 +187,9 @@ func makeCmdRepoAdd() *commander.Command {
Long: `
Command adds packages to local repository from .deb (binary packages) and .dsc (source packages) files.
When importing from directory aptly would do recursive scan looking for all files matching *.deb or *.dsc
patterns. Every file discovered would be analyzed to extract metadata, package would be created and added
to database. Files would be imported to internal package pool. For source packages, all required files are
added as well automatically. Extra files for source package should be in the same directory as *.dsc file.
patterns. Every file discovered would be analyzed to extract metadata, package would then be created and added
to the database. Files would be imported to internal package pool. For source packages, all required files are
added automatically as well. Extra files for source package should be in the same directory as *.dsc file.
Example: