summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-24 20:39:52 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-24 20:39:52 +0000
commitf9fa588dac58aa291885096018ccc7a697227228 (patch)
tree9c1042fdffe9a132c55fe7d2b50cb5e7c3c94684 /lib/thandy/ClientCLI.py
parentd19ceed522d80d0b3dba446933a5b9316dc48c0b (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/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 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)