summaryrefslogtreecommitdiff
path: root/qpid/python/commands
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/commands')
-rwxr-xr-xqpid/python/commands/qpid-tool4
1 files changed, 4 insertions, 0 deletions
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 <className> - 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 [<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: