Skip to content

Commit

Permalink
chore(php): Replace the um shortcut by uwm
Browse files Browse the repository at this point in the history
Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Oct 25, 2023
1 parent 48bd88f commit 5f0f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Commands/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function configure(): void {
->setName('workspace:create')
->setDescription('This command allows you to create a workspace')
->addArgument('name', InputArgument::REQUIRED, 'The name of your workspace.')
->addOption('user-workspace-manager', 'um', InputOption::VALUE_REQUIRED, 'The user will be workspace manager of your workspace. Please, use its uid or email address');
->addOption('user-workspace-manager', 'uwm', InputOption::VALUE_REQUIRED, 'The user will be workspace manager of your workspace. Please, use its uid or email address');

parent::configure();
}
Expand Down

0 comments on commit 5f0f90a

Please sign in to comment.