Skip to content

Commit 2a06a69

Browse files
committed
fix: be more clear about the fact that folders names are mount points
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent 946d052 commit 2a06a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Command/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function configure(): void {
2525
$this
2626
->setName('groupfolders:create')
2727
->setDescription('Create a new Team folder')
28-
->addArgument('name', InputArgument::REQUIRED, 'Name of the new folder');
28+
->addArgument('name', InputArgument::REQUIRED, 'Name or mount point of the new folder');
2929
parent::configure();
3030
}
3131

0 commit comments

Comments
 (0)