From 12b33f499c8a33d5010fedecdb267c721483f0a5 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@681362 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/commands/qpid-tool | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/python/commands') diff --git a/qpid/python/commands/qpid-tool b/qpid/python/commands/qpid-tool index 0ab47a01e7..7301dad6e4 100755 --- a/qpid/python/commands/qpid-tool +++ b/qpid/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