From c03575c246bcc2a99260c39b69a3b0735cdc310c Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Fri, 27 Oct 2023 10:44:35 -0700 Subject: [PATCH] verify cmd line text clarifies that individual tiles are not verified. [#93] --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ceacfed..3197baa 100644 --- a/main.go +++ b/main.go @@ -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"`