Skip to content

Commit

Permalink
test: args order in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Jan 22, 2024
1 parent 823ea3f commit d322183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Helper/OutputHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public function test_show_arguments()
'Arg Header',
'',
'Arguments:',
' [config] [default: "defaultConfig"]',
' <path> The path',
' [config] [default: "defaultConfig"]',
'',
'Arg Footer',
], $this->output());
Expand Down

0 comments on commit d322183

Please sign in to comment.