From 9fb5fd7a0a800591c334bde2b9556e984217d7de Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 31 Jul 2008 13:15:16 +0000 Subject: QPID-1174 - Management updates for remote agents git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681362 13f79535-47bb-0310-9956-ffa450edef68 --- python/commands/qpid-tool | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/commands') diff --git a/python/commands/qpid-tool b/python/commands/qpid-tool index 0ab47a01e7..7301dad6e4 100755 --- a/python/commands/qpid-tool +++ b/python/commands/qpid-tool @@ -65,6 +65,7 @@ class Mcli (Cmd): print " schema - Print details of an object class" print " set time-format short - Select short timestamp format (default)" print " set time-format long - Select long timestamp format" + print " id [] - Display translations of display object ids" print " quit or ^D - Exit the program" print @@ -93,6 +94,9 @@ class Mcli (Cmd): except: pass + def do_id (self, data): + self.dataObject.do_id(data) + def complete_schema (self, text, line, begidx, endidx): tokens = split (line) if len (tokens) > 2: -- cgit v1.2.1