From ebbcff7f7a99eec8075d67cba18e349562507513 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 11 Aug 2009 11:34:33 +0200 Subject: 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. --- lib/thandy/ClientCLI.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/thandy/ClientCLI.py') 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) -- cgit v1.2.3