diff --git a/inc/command/cleanticketscommand.class.php b/inc/command/cleanticketscommand.class.php index 92691844e..cbcd37702 100644 --- a/inc/command/cleanticketscommand.class.php +++ b/inc/command/cleanticketscommand.class.php @@ -43,7 +43,7 @@ class CleanTicketsCommand extends Command { protected function configure() { $this - ->setName('glpi:plugins:formcreator:clean_tickets') + ->setName('plugins:formcreator:clean_tickets') ->setDescription("Clean Tickets having visible HTML tags in their content"); } diff --git a/inc/command/compilescsscommand.class.php b/inc/command/compilescsscommand.class.php index 11db0e714..8f64a32c2 100644 --- a/inc/command/compilescsscommand.class.php +++ b/inc/command/compilescsscommand.class.php @@ -53,7 +53,7 @@ class CompileScssCommand extends Command protected function configure() { $this - ->setName('glpi:plugins:formcreator:scss') + ->setName('plugins:formcreator:scss') ->setDescription("Compile SCSS"); } diff --git a/inc/command/syncissuescommand.class.php b/inc/command/syncissuescommand.class.php index b7ebb24e7..e197cf396 100644 --- a/inc/command/syncissuescommand.class.php +++ b/inc/command/syncissuescommand.class.php @@ -42,7 +42,7 @@ protected function configure() { $table = PluginFormcreatorIssue::getTable(); $this - ->setName('glpi:plugins:formcreator:syncissues') + ->setName('plugins:formcreator:syncissues') ->setDescription("Rebuild `$table` table."); }