Merge pull request #1401 from wols/master
Fix list and fetch help texts
This commit is contained in:
commit
c4e9f7a8b3
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue