Skip to content

Commit

Permalink
set recursive as default
Browse files Browse the repository at this point in the history
Signed-off-by: jiefenghuang <[email protected]>
  • Loading branch information
jiefenghuang committed Jul 23, 2024
1 parent 37795de commit 98ffd33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fsck.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $ juicefs fsck redis://localhost --path /d1/d2 --recursive`,
&cli.BoolFlag{
Name: "recursive",
Aliases: []string{"r"},
Value: true,
Usage: "recursively check or repair",
},
&cli.BoolFlag{
Expand Down

0 comments on commit 98ffd33

Please sign in to comment.