diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-24 20:39:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-24 20:39:52 +0000 |
commit | f9fa588dac58aa291885096018ccc7a697227228 (patch) | |
tree | 9c1042fdffe9a132c55fe7d2b50cb5e7c3c94684 /lib | |
parent | d19ceed522d80d0b3dba446933a5b9316dc48c0b (diff) |
Document Thandy controller interface better.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17385 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib')
-rw-r--r-- | lib/thandy/ClientCLI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py index c416277..ad9f220 100644 --- a/lib/thandy/ClientCLI.py +++ b/lib/thandy/ClientCLI.py @@ -224,6 +224,7 @@ def usage(): print " update [--repo=repository] [--no-download] [--loop]" print " [--no-packagesys] [--install] [--socks-port=port]" print " [--debug|--info|--warn] [--force-check]" + print " [--controller-log-format]" print " json2xml file" sys.exit(1) |