Michael Pasternak has uploaded a new change for review. Change subject: cli: make NO_SUCH_ACTION error a bit more clear ......................................................................
cli: make NO_SUCH_ACTION error a bit more clear Change-Id: If1c49aa0fd9e3a86477930c4f1c3816dac4ef903 Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M src/cli/messages.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/45/12345/1 diff --git a/src/cli/messages.py b/src/cli/messages.py index 21bacc5..677358f 100644 --- a/src/cli/messages.py +++ b/src/cli/messages.py @@ -20,7 +20,7 @@ OBJECT_IS_IMMUTABLE = '%s "%s" is immutable.' NO_SUCH_OPTION = 'option "%s" is not supported, see help for more details.' NO_SUCH_OBJECT = '%s "%s" does not exist.' - NO_SUCH_ACTION = 'action "%s" does not exist.' + NO_SUCH_ACTION = 'action "%s" does not exist in this context.' NO_SUCH_TYPE = 'type "%s" does not exist.' NO_SUCH_CONTEXT = 'cannot find any context for type "%s" using given arguments.' NO_SUCH_TYPE_OR_ARS_NOT_VALID = 'no such type "%s" or given arguments not valid.' -- To view, visit http://gerrit.ovirt.org/12345 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If1c49aa0fd9e3a86477930c4f1c3816dac4ef903 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches