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

Commit eef4e4e

Browse files
authored
Specify LDAP filter in command argument help text
1 parent 2b7fe2f commit eef4e4e

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
@@ -20,7 +20,7 @@ class Import extends Command
2020
* @var string
2121
*/
2222
protected $signature = 'adldap:import {user? : The specific user to import.}
23-
{--f|filter= : The raw filter for limiting users imported.}
23+
{--f|filter= : The raw LDAP 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.}
2626
{--no-log : Disables logging successful and unsuccessful imports.}';

0 commit comments

Comments
 (0)