Merge pull request #1401 from wols/master

Fix list and fetch help texts
This commit is contained in:
Markus Frosch 2018-02-21 22:57:34 +01:00 committed by GitHub
commit c4e9f7a8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
*