LSlang :: generate_lang_file : does not need LDAP connection

This commit is contained in:
Benjamin Renard 2020-05-06 18:37:02 +02:00
parent dfc3f8e8a8
commit 6dcbddf84c

View file

@ -848,5 +848,6 @@ LScli :: add_command(
" -o/--output Output file (default: stdout)",
" -f/--format Output file format : php or pot",
" (default: php)",
)
),
false // This command does not need LDAP connection
);