mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix typo
This commit is contained in:
@@ -116,7 +116,7 @@ func makeCmdPackageShow() *commander.Command {
|
|||||||
cmd := &commander.Command{
|
cmd := &commander.Command{
|
||||||
Run: aptlyPackageShow,
|
Run: aptlyPackageShow,
|
||||||
UsageLine: "show <package-query>",
|
UsageLine: "show <package-query>",
|
||||||
Short: "show details about packages matcing query",
|
Short: "show details about packages matching query",
|
||||||
Long: `
|
Long: `
|
||||||
Command shows displays detailed meta-information about packages
|
Command shows displays detailed meta-information about packages
|
||||||
matching query. Information from Debian control file is displayed.
|
matching query. Information from Debian control file is displayed.
|
||||||
|
|||||||
@@ -1383,7 +1383,7 @@ $ aptly package search \(cq$Architecture (i386), Name (% *\-dev)\(cq
|
|||||||
.
|
.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
.
|
.
|
||||||
.SH "SHOW DETAILS ABOUT PACKAGES MATCING QUERY"
|
.SH "SHOW DETAILS ABOUT PACKAGES MATCHING QUERY"
|
||||||
\fBaptly\fR \fBpackage\fR \fBshow\fR \fIpackage\-query\fR
|
\fBaptly\fR \fBpackage\fR \fBshow\fR \fIpackage\-query\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
|
|||||||
Reference in New Issue
Block a user