mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Use better words. #108
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ func makeCmdMirrorEdit() *commander.Command {
|
|||||||
cmd := &commander.Command{
|
cmd := &commander.Command{
|
||||||
Run: aptlyMirrorEdit,
|
Run: aptlyMirrorEdit,
|
||||||
UsageLine: "edit <name>",
|
UsageLine: "edit <name>",
|
||||||
Short: "edit properties of mirorr",
|
Short: "edit mirror settings",
|
||||||
Long: `
|
Long: `
|
||||||
Command edit allows one to change settings of mirror:
|
Command edit allows one to change settings of mirror:
|
||||||
filters, list of architectures.
|
filters, list of architectures.
|
||||||
|
|||||||
+1
-1
@@ -415,7 +415,7 @@ Example:
|
|||||||
.P
|
.P
|
||||||
$ aptly mirror rename wheezy\-min wheezy\-main
|
$ aptly mirror rename wheezy\-min wheezy\-main
|
||||||
.
|
.
|
||||||
.SH "EDIT PROPERTIES OF MIRORR"
|
.SH "EDIT MIRROR SETTINGS"
|
||||||
\fBaptly\fR \fBmirror\fR \fBedit\fR \fIname\fR
|
\fBaptly\fR \fBmirror\fR \fBedit\fR \fIname\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
|
|||||||
Reference in New Issue
Block a user