Fix man page (help) for aptly package show.

This commit is contained in:
Andrey Smirnov
2016-11-09 23:07:41 +03:00
parent 273d4cfa1b
commit 4e61db8d0f
2 changed files with 15 additions and 4 deletions
+3 -2
View File
@@ -3,11 +3,12 @@ package cmd
import (
"bufio"
"fmt"
"os"
"github.com/smira/aptly/deb"
"github.com/smira/aptly/query"
"github.com/smira/commander"
"github.com/smira/flag"
"os"
)
func printReferencesTo(p *deb.Package) (err error) {
@@ -125,7 +126,7 @@ inclusion into mirrors/snapshots/local repos is shown.
Example:
$ aptly package show nginx-light_1.2.1-2.2+wheezy2_i386'
$ aptly package show 'nginx-light_1.2.1-2.2+wheezy2_i386'
`,
Flag: *flag.NewFlagSet("aptly-package-show", flag.ExitOnError),
}