Skip to content

Commit

Permalink
chore: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano committed Oct 22, 2020
1 parent 48ffda6 commit 3e4ac6d
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 @@ -62,7 +62,7 @@ func run() error {
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")
maxDepth := flag.Int("d", 8, "max depth")
all := flag.Bool("a", false, "show details")
interactive := flag.Bool("i", false, "interactive mode")
flag.Parse()
Expand Down

0 comments on commit 3e4ac6d

Please # to comment.