Skip to content

Commit fd29f1b

Browse files
Update test that fails every time I add a new feature
1 parent f03dcc8 commit fd29f1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/profile.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Feature: Basic profile usage
66
When I run `wp profile`
77
Then STDOUT should be:
88
"""
9-
usage: wp profile eval <php-code> [--fields=<fields>] [--format=<format>]
10-
or: wp profile eval-file <file> [--fields=<fields>] [--format=<format>]
9+
usage: wp profile eval <php-code> [--hook[=<hook>]] [--fields=<fields>] [--format=<format>]
10+
or: wp profile eval-file <file> [--hook[=<hook>]] [--fields=<fields>] [--format=<format>]
1111
or: wp profile hook [<hook>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
1212
or: wp profile stage [<stage>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
1313

0 commit comments

Comments
 (0)