Skip to content

Commit

Permalink
📝 Replace help by description
Browse files Browse the repository at this point in the history
Co-authored-by: Enzo Innocenzi <[email protected]>
  • Loading branch information
gturpin-dev and innocenzi authored Dec 23, 2024
1 parent 4832415 commit 629f6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tempest/View/src/Commands/MakeViewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class MakeViewCommand
)]
public function __invoke(
#[ConsoleArgument(
help: 'The file name of the view',
description: 'The file name of the view',
)]
string $fileName,
#[ConsoleArgument(
Expand Down

0 comments on commit 629f6fd

Please sign in to comment.