From 47a6ae74b21aac4434f32f02a005e3034644b757 Mon Sep 17 00:00:00 2001 From: WOLS Date: Tue, 20 Feb 2018 21:58:36 +0100 Subject: [PATCH] Fix list and fetch help texts --- library/Director/Cli/ObjectsCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Director/Cli/ObjectsCommand.php b/library/Director/Cli/ObjectsCommand.php index 1c718558..1015ba61 100644 --- a/library/Director/Cli/ObjectsCommand.php +++ b/library/Director/Cli/ObjectsCommand.php @@ -14,7 +14,7 @@ class ObjectsCommand extends Command /** * List all objects of this type * - * Use this command to get a list of all matching objeccts + * Use this command to get a list of all matching objects * * USAGE * @@ -46,9 +46,9 @@ class ObjectsCommand extends Command } /** - * Delete a specific object + * Fetch all objects of this type * - * Use this command to delete a single Icinga object + * Use this command to fetch all matching objects * * USAGE *