mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-11 06:24:04 +00:00
Fix spelling mistakes found by lintian.
This commit is contained in:
+2
-2
@@ -46,9 +46,9 @@ upgrade individual packages, take snapshots and publish them
|
|||||||
back as Debian repositories.
|
back as Debian repositories.
|
||||||
|
|
||||||
aptly's goal is to establish repeatability and controlled changes
|
aptly's goal is to establish repeatability and controlled changes
|
||||||
in a package-centric environment. aptly allows to fix a set of packages
|
in a package-centric environment. aptly allows one to fix a set of packages
|
||||||
in a repository, so that package installation and upgrade becomes
|
in a repository, so that package installation and upgrade becomes
|
||||||
deterministic. At the same time aptly allows to perform controlled,
|
deterministic. At the same time aptly allows one to perform controlled,
|
||||||
fine-grained changes in repository contents to transition your
|
fine-grained changes in repository contents to transition your
|
||||||
package environment to new version.`,
|
package environment to new version.`,
|
||||||
Flag: *flag.NewFlagSet("aptly", flag.ExitOnError),
|
Flag: *flag.NewFlagSet("aptly", flag.ExitOnError),
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@ func makeCmdMirrorEdit() *commander.Command {
|
|||||||
UsageLine: "edit <name>",
|
UsageLine: "edit <name>",
|
||||||
Short: "edit properties of mirorr",
|
Short: "edit properties of mirorr",
|
||||||
Long: `
|
Long: `
|
||||||
Command edit allows to change settings of mirror:
|
Command edit allows one to change settings of mirror:
|
||||||
filters, list of architectures.
|
filters, list of architectures.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
+1
-1
@@ -50,7 +50,7 @@ func makeCmdRepoEdit() *commander.Command {
|
|||||||
UsageLine: "edit <name>",
|
UsageLine: "edit <name>",
|
||||||
Short: "edit properties of local repository",
|
Short: "edit properties of local repository",
|
||||||
Long: `
|
Long: `
|
||||||
Command edit allows to change metadata of local repository:
|
Command edit allows one to change metadata of local repository:
|
||||||
comment, default distribution and component.
|
comment, default distribution and component.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user