Skip to content

Commit 4983f7d

Browse files
committed
add description to create workspace command
1 parent 588a345 commit 4983f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PHPCR/Util/Console/Command/CreateWorkspaceCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ protected function configure()
2323
$this
2424
->setName('phpcr:workspace:create')
2525
->addArgument('name', InputArgument::REQUIRED, 'Name of the workspace to create')
26+
->setDescription('Create a workspace in the configured repository')
2627
->setHelp(<<<EOT
27-
Create a workspace for the given name.
28+
Creates a workspace with the given name, if it does not already exist and if the repository implementation supports this operation.
2829
EOT
2930
);
3031
}

0 commit comments

Comments
 (0)