mirror of https://github.com/perkeep/perkeep.git
camtool: fix packblobs usage
I removed the --start option. Change-Id: I66a2bfaf380131dc589fd67e721091d0ba59e8b6
This commit is contained in:
parent
7f954485be
commit
e255841ca8
|
@ -45,7 +45,7 @@ func (c *packBlobsCmd) Describe() string {
|
|||
}
|
||||
|
||||
func (c *packBlobsCmd) Usage() {
|
||||
fmt.Fprintf(os.Stderr, "Usage: camtool [globalopts] packblobs [--start=blobref]>\n")
|
||||
fmt.Fprintf(os.Stderr, "Usage: camtool [globalopts] packblobs\n")
|
||||
}
|
||||
|
||||
func (c *packBlobsCmd) Examples() []string {
|
||||
|
|
Loading…
Reference in New Issue