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

Commit 1dc345e

Browse files
committed
2 parents 41c004d + eef4e4e commit 1dc345e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/Console/Import.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class Import extends Command
2222
* @var string
2323
*/
2424
protected $signature = 'adldap:import {user? : The specific user to import.}
25-
{--f|filter= : The raw filter for limiting users imported.}
25+
{--f|filter= : The raw LDAP filter for limiting users imported.}
2626
{--d|delete : Soft-delete the users model if their LDAP account is disabled.}
2727
{--r|restore : Restores soft-deleted models if their LDAP account is enabled.}
28-
{--no-log : Disables logging successful and unsuccessful imported users.}';
28+
{--no-log : Disables logging successful and unsuccessful imports.}';
2929

3030
/**
3131
* The description of the console command.

0 commit comments

Comments
 (0)