Skip to content

Commit 78e12fe

Browse files
authored
Clarify edit metadata= expects a file name (#257)
Previously, `--metadata=STRING Input metadata JSON (written by show --metadata)` could have suggested the parameter is a JSON STRING
1 parent 382ade9 commit 78e12fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var cli struct {
5252
Edit struct {
5353
Input string `arg:"" help:"Input archive" type:"existingfile"`
5454
HeaderJson string `help:"Input header JSON file (written by show --header-json)" type:"existingfile"`
55-
Metadata string `help:"Input metadata JSON (written by show --metadata)" type:"existingfile"`
55+
Metadata string `help:"Input metadata JSON file (written by show --metadata)" type:"existingfile"`
5656
} `cmd:"" help:"Edit JSON metadata or parts of the header"`
5757

5858
Extract struct {

0 commit comments

Comments
 (0)