Juan Hernandez has uploaded a new change for review. Change subject: cli: Explicitly document use of name in show ......................................................................
cli: Explicitly document use of name in show Currently the help text for the "show" command doesn't explicitly include the use of "name" in the syntax summary. This patch add it. Change-Id: I7dd38f98d73ddd184321ca0a07cf9e31e3afe97e Bug-Url: https://bugzilla.redhat.com/1091725 Signed-off-by: Juan Hernandez <[email protected]> --- M src/ovirtcli/command/show.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/59/33259/1 diff --git a/src/ovirtcli/command/show.py b/src/ovirtcli/command/show.py index af8dd99..7a2efe0 100644 --- a/src/ovirtcli/command/show.py +++ b/src/ovirtcli/command/show.py @@ -30,7 +30,7 @@ helptext = """\ == Usage == - show <type> <id> [parent identifiers] [command options] + show <type> <id|name> [parent identifiers] [command options] == Description == @@ -39,6 +39,7 @@ * type The type of object to retrieve * id The object identifier + * name The object name Objects can be identified by their name and by their unique id. -- To view, visit http://gerrit.ovirt.org/33259 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7dd38f98d73ddd184321ca0a07cf9e31e3afe97e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
