aboutsummaryrefslogtreecommitdiff
path: root/portal-gui
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2010-07-09 01:31:00 +0000
committerMichael Elkins <melkins@tislabs.com>2010-07-09 01:31:00 +0000
commitfb57122e83093c3092391a01a52adbf18796146b (patch)
tree367929ff89072c135ed038da717d6f7ae40852d4 /portal-gui
parent0d594b936ffa1a919429fd1247849ecd1b0d0eb3 (diff)
update list_resource usage script to reflect the fact that it no longer requires handles as arguments
svn path=/portal-gui/scripts/list_resources.py; revision=3369
Diffstat (limited to 'portal-gui')
-rwxr-xr-xportal-gui/scripts/list_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-gui/scripts/list_resources.py b/portal-gui/scripts/list_resources.py
index 37ec16df..d12effcb 100755
--- a/portal-gui/scripts/list_resources.py
+++ b/portal-gui/scripts/list_resources.py
@@ -69,7 +69,7 @@ def query_rpkid():
return call_rpkid(*pdus)
def usage(rc):
- print 'usage: %s [ -hvV ] [ --help ] [ --verbose ] [ --version ] [ HANDLE... ]' % basename(sys.argv[0])
+ print 'usage: %s [ -hvV ] [ --help ] [ --verbose ] [ --version ]' % basename(sys.argv[0])
sys.exit(rc)
try: