From f0ef642cf01976d72420462e933797bc4db68507 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 25 Aug 2020 20:33:08 +0200 Subject: [PATCH] LScli::add_command(): fix typo in comment --- src/includes/class/class.LScli.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/includes/class/class.LScli.php b/src/includes/class/class.LScli.php index fcc9c509..a16f2178 100644 --- a/src/includes/class/class.LScli.php +++ b/src/includes/class/class.LScli.php @@ -46,8 +46,9 @@ class LScli extends LSlog_staticLoggerClass { * @param[in] $long_desc string|false A long description of what this command does (optional, default: false) * @param[in] $need_ldap_con boolean Permit to define if this command need connection to LDAP server (optional, * default: true) - * @param[in] $args_autocompleter callable|null Allow override if a command already exists with the same name (optional, - * @param[in] $override boolean Allow override if a command already exists with the same name (optional, + * @param[in] $args_autocompleter callable|null Callable of the CLI command arguments autocompleter (optional, default: + * null) + * @param[in] $override boolean Allow override if a command already exists with the same name (optional, * default: false) * * @retval void