summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-08-11 11:34:33 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-08-25 19:50:44 +0200
commitebbcff7f7a99eec8075d67cba18e349562507513 (patch)
treef356ecbe6dd89bde35b66d2d1d33309d6c7903e1 /lib/thandy/ClientCLI.py
parent8746f89a3a459b8b502a7d40653788d6a7e52a5c (diff)
Allow tracking all bundles in the repository with thandy-client
thandy-client now allows passing ** instead of a path for bundles. This is treated as a special case, other wild card or regular expression matching is not included.
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index 05d2cd8..73c96df 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -219,6 +219,7 @@ def usage():
print " [--no-packagesys] [--install] [--socks-port=port]"
print " [--debug|--info|--warn] [--force-check]"
print " [--controller-log-format]"
+ print " bundle1, bundle2, ..."
print " json2xml file"
sys.exit(1)