Michael Pasternak has uploaded a new change for review. Change subject: cli: detailed command syntax in help ......................................................................
cli: detailed command syntax in help Change-Id: I7f1f15a01f49a179038084d5e67c83a0fa64ba41 Signed-off-by: Michael Pasternak <[email protected]> --- M src/ovirtcli/command/list.py M src/ovirtcli/command/remove.py M src/ovirtcli/command/show.py M src/ovirtcli/command/update.py 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/67/10967/1 diff --git a/src/ovirtcli/command/list.py b/src/ovirtcli/command/list.py index e7fd971..c8dcd46 100644 --- a/src/ovirtcli/command/list.py +++ b/src/ovirtcli/command/list.py @@ -120,7 +120,7 @@ - list <type> - - list <type> <id> [object identifiers] + - list <type> <id> [parent identifiers] [command options] == Description == diff --git a/src/ovirtcli/command/remove.py b/src/ovirtcli/command/remove.py index 82faf09..39204e9 100644 --- a/src/ovirtcli/command/remove.py +++ b/src/ovirtcli/command/remove.py @@ -96,7 +96,7 @@ helptext1 = """\ == Usage == - remove <type> <id> [object identifiers] + remove <type> <id> [parent identifiers] [command options] == Description == diff --git a/src/ovirtcli/command/show.py b/src/ovirtcli/command/show.py index 4bcca94..1456759 100644 --- a/src/ovirtcli/command/show.py +++ b/src/ovirtcli/command/show.py @@ -91,7 +91,7 @@ - show <type> - - show <type> <id> [object identifiers] + - show <type> <id> [parent identifiers] [command options] == Description == diff --git a/src/ovirtcli/command/update.py b/src/ovirtcli/command/update.py index 712fbd0..a86bddc 100644 --- a/src/ovirtcli/command/update.py +++ b/src/ovirtcli/command/update.py @@ -94,7 +94,7 @@ helptext1 = """\ == Usage == - update <type> <id> [base identifiers] [attribute options] + update <type> <id> [parent identifiers] [command options] == Description == -- To view, visit http://gerrit.ovirt.org/10967 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7f1f15a01f49a179038084d5e67c83a0fa64ba41 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
