From 905156bb723dfab3cc1a816374977a26420b6c90 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 15 Sep 2024 17:27:20 +0800 Subject: [PATCH] fmt --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 8d9466e..85f441c 100644 --- a/main.go +++ b/main.go @@ -53,9 +53,9 @@ var cli struct { } `cmd:"" help:"Fetch one tile from a local or remote archive and output on stdout."` Write struct { - Input string `arg:"" help:"Input archive file." type:"existingfile"` + Input string `arg:"" help:"Input archive file." type:"existingfile"` HeaderJson string `help:"Input header JSON file (written by show --header-json)." type:"existingfile"` - Metadata string `help:"Input metadata JSON (written by show --metadata)." type:"existingfile"` + Metadata string `help:"Input metadata JSON (written by show --metadata)." type:"existingfile"` } `cmd:"" help:"Write header data or metadata to an existing archive." hidden:""` Extract struct {