Skip to content

Commit 813ac64

Browse files
committed
Update max-depth example in CLI synopsis
1 parent b1fde8c commit 813ac64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,5 +319,5 @@ function () use ( $progress ) {
319319
'default' => 0,
320320
),
321321
),
322-
'longdesc' => "## EXAMPLES\n\nwc generate terms product_tag 10\n\nwc generate terms product_cat 50 --max_depth=3",
322+
'longdesc' => "## EXAMPLES\n\nwc generate terms product_tag 10\n\nwc generate terms product_cat 50 --max-depth=3",
323323
) );

0 commit comments

Comments
 (0)