Skip to content

Commit

Permalink
Fixed order of commands in cmdshelp.rst
Browse files Browse the repository at this point in the history
Details:

* PR #471 undid the previous fix of the order of commands in the generated
  cmdshelp.rst file. This PR establishes the latest order again.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Dec 29, 2019
1 parent 53ffd67 commit b3ffdd4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/pywbemcli/cmdshelp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ Help text for ``pywbemcli class`` (see :ref:`class command group`):
-h, --help Show this message and exit.

Commands:
enumerate List top classes or subclasses of a class in a namespace.
associators List the classes associated with a class.
get Get a class.
delete Delete a class.
invokemethod Invoke a method on a class.
enumerate List top classes or subclasses of a class in a namespace.
tree Show the subclass or superclass hierarchy for a class.
references List the classes referencing a class.
associators List the classes associated with a class.
invokemethod Invoke a method on a class.
find List the classes with matching class names on the server.
tree Show the subclass or superclass hierarchy for a class.
delete Delete a class.


.. _`pywbemcli class associators --help`:
Expand Down Expand Up @@ -703,13 +703,13 @@ Help text for ``pywbemcli connection`` (see :ref:`connection command group`):
-h, --help Show this message and exit.

Commands:
export Export the current connection.
show Show a WBEM connection definition or the current connection.
delete Delete a WBEM connection definition.
select Select a WBEM connection definition as current or default.
list List the WBEM connection definitions.
export Export the current connection.
test Test the current connection with a predefined WBEM request.
save Save the current connection to a new WBEM connection definition.
list List the WBEM connection definitions.
select Select a WBEM connection definition as current or default.
delete Delete a WBEM connection definition.


.. _`pywbemcli connection delete --help`:
Expand Down Expand Up @@ -1009,16 +1009,16 @@ Help text for ``pywbemcli instance`` (see :ref:`instance command group`):
-h, --help Show this message and exit.

Commands:
enumerate List the instances of a class.
count Count the instances of each class with matching class name.
associators List the instances associated with an instance.
get Get an instance of a class.
delete Delete an instance of a class.
create Create an instance of a class in a namespace.
invokemethod Invoke a method on an instance.
modify Modify properties of an instance.
associators List the instances associated with an instance.
references List the instances referencing an instance.
invokemethod Invoke a method on an instance.
enumerate List the instances of a class.
query Execute a query on instances in a namespace.
count Count the instances of each class with matching class name.
delete Delete an instance of a class.


.. _`pywbemcli instance associators --help`:
Expand Down Expand Up @@ -1723,8 +1723,8 @@ Help text for ``pywbemcli qualifier`` (see :ref:`qualifier command group`):
-h, --help Show this message and exit.

Commands:
get Get a qualifier declaration.
enumerate List the qualifier declarations in a namespace.
get Get a qualifier declaration.


.. _`pywbemcli qualifier enumerate --help`:
Expand Down Expand Up @@ -1843,12 +1843,12 @@ Help text for ``pywbemcli server`` (see :ref:`server command group`):
-h, --help Show this message and exit.

Commands:
namespaces List the namespaces of the server.
info Get information about the server.
centralinsts List central instances of mgmt profiles on the server.
interop Get the Interop namespace of the server.
brand Get the brand of the server.
info Get information about the server.
profiles List management profiles advertized by the server.
centralinsts List central instances of mgmt profiles on the server.
namespaces List the namespaces of the server.


.. _`pywbemcli server brand --help`:
Expand Down

0 comments on commit b3ffdd4

Please sign in to comment.