Skip to content

Commit ed447c2

Browse files
committed
Fix test
1 parent 0d6867b commit ed447c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/command.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Feature: WP-CLI Commands
176176
When I run `wp search-replace --help`
177177
Then STDOUT should contain:
178178
"""
179-
wp search-replace <old> <new>
179+
wp search-replace [<old>] [<new>]
180180
"""
181181

182182
When I run `wp server --help`

0 commit comments

Comments
 (0)