Skip to content

Commit d322183

Browse files
authored
test: args order in help text
1 parent 823ea3f commit d322183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Helper/OutputHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public function test_show_arguments()
5454
'Arg Header',
5555
'',
5656
'Arguments:',
57-
' [config] [default: "defaultConfig"]',
5857
' <path> The path',
58+
' [config] [default: "defaultConfig"]',
5959
'',
6060
'Arg Footer',
6161
], $this->output());

0 commit comments

Comments
 (0)