summaryrefslogtreecommitdiff
path: root/python/mgmt-cli/main.py
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-01-02 15:56:20 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-01-02 15:56:20 +0000
commit3fe6853a7029e48f693c0853e51af33be5c79aec (patch)
tree6139a715591aabc91370350aa26f854639a2aa11 /python/mgmt-cli/main.py
parent8bc0b992a0e67259a7d9c525bbbbbc32fbc60a20 (diff)
downloadqpid-python-3fe6853a7029e48f693c0853e51af33be5c79aec.tar.gz
patch-715 (tross)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/mgmt-cli/main.py')
-rwxr-xr-xpython/mgmt-cli/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mgmt-cli/main.py b/python/mgmt-cli/main.py
index 4d7c03d1f2..76e1f25c14 100755
--- a/python/mgmt-cli/main.py
+++ b/python/mgmt-cli/main.py
@@ -49,6 +49,7 @@ class Mcli (Cmd):
print " list <className> - Print list of objects of the specified class"
print " list <className> all - Print contents of all objects of specified class"
print " list <className> active - Print contents of all non-deleted objects of specified class"
+ print " list <list-of-IDs> - Print contents of one or more objects (infer className)"
print " list <className> <list-of-IDs> - Print contents of one or more objects"
print " list is space-separated, ranges may be specified (i.e. 1004-1010)"
print " call <ID> <methodName> [<args>] - Invoke a method on an object"