Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 2b7fe2f

Browse files
authored
Changed help text of --no-log parameter
1 parent 4f7bae9 commit 2b7fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Console/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Import extends Command
2323
{--f|filter= : The raw filter for limiting users imported.}
2424
{--d|delete : Soft-delete the users model if their LDAP account is disabled.}
2525
{--r|restore : Restores soft-deleted models if their LDAP account is enabled.}
26-
{--no-log : Disables logging successful and unsuccessful imported users.}';
26+
{--no-log : Disables logging successful and unsuccessful imports.}';
2727

2828
/**
2929
* The description of the console command.

0 commit comments

Comments
 (0)