camtool: fix packblobs usage

I removed the --start option.

Change-Id: I66a2bfaf380131dc589fd67e721091d0ba59e8b6
This commit is contained in:
Brad Fitzpatrick 2015-01-19 15:09:07 -08:00
parent 7f954485be
commit e255841ca8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {