diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-01-02 15:56:20 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-01-02 15:56:20 +0000 |
| commit | e336559c82f22ecd0a013b8ea787bb4946ab2fdc (patch) | |
| tree | 7ffb2bc4ff702ac50e872529b6a07e041a88df0a /qpid/python/mgmt-cli/main.py | |
| parent | 4e1fabd16161480d352d3813a6e41c5a97ab8c57 (diff) | |
| download | qpid-python-e336559c82f22ecd0a013b8ea787bb4946ab2fdc.tar.gz | |
patch-715 (tross)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@608135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/mgmt-cli/main.py')
| -rwxr-xr-x | qpid/python/mgmt-cli/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/mgmt-cli/main.py b/qpid/python/mgmt-cli/main.py index 4d7c03d1f2..76e1f25c14 100755 --- a/qpid/python/mgmt-cli/main.py +++ b/qpid/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" |
