Skip to content

Commit

Permalink
chore: fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano committed Oct 20, 2020
1 parent 5b244e0 commit 1992db3
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 @@ -59,7 +59,7 @@ func main() {
}

func run() error {
tarPath := flag.String("f", "-", "layer.tar path")
tarPath := flag.String("f", "-", "image.tar path")
maxFiles := flag.Int("n", 100, "max files")
lineWidth := flag.Int("l", 100, "screen line width")
maxDepth := flag.Int("d", 8, "depth")
Expand Down

0 comments on commit 1992db3

Please # to comment.