Skip to content

Commit

Permalink
verify cmd line text clarifies that individual tiles are not verified. [
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 27, 2023
1 parent e46ce74 commit c03575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var cli struct {

Verify struct {
Input string `arg:"" help:"Input archive." type:"existingfile"`
} `cmd:"" help:"Verifies that a local archive is valid."`
} `cmd:"" help:"Verify the correctness of an archive structure, without verifying individual tile contents."`

Serve struct {
Path string `arg:"" help:"Local path or bucket prefix"`
Expand Down

0 comments on commit c03575c

Please sign in to comment.