Better words.

This commit is contained in:
Andrey Smirnov
2014-01-28 13:02:05 +04:00
parent 0da53a2d87
commit 5c6e4fffc4
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ ex:
Flag: *flag.NewFlagSet("aptly-mirror-show", flag.ExitOnError),
}
cmd.Flag.Bool("with-packages", false, "show package list for mirror as well")
cmd.Flag.Bool("with-packages", false, "show list of packages")
return cmd
}

View File

@@ -539,7 +539,7 @@ ex.
Flag: *flag.NewFlagSet("aptly-snapshot-show", flag.ExitOnError),
}
cmd.Flag.Bool("with-packages", false, "show package list for snapshot as well")
cmd.Flag.Bool("with-packages", false, "show list of packages")
return cmd
}