summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-17 08:23:04 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-17 08:23:04 +0000
commite5ec1b2ce20f7578fea683229aadc95431fdb451 (patch)
treea681a6e8df59f07925b1edceb5375ed099e5821b /doc
parent8315047663e745608ae5b9526f694977825b6aa7 (diff)
misc docs
git-svn-id: file:///home/or/svnrepo/updater/trunk@17315 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'doc')
-rw-r--r--doc/interface.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/interface.txt b/doc/interface.txt
new file mode 100644
index 0000000..dd5c9ae
--- /dev/null
+++ b/doc/interface.txt
@@ -0,0 +1,45 @@
+
+
+
+
+
+Thandy client interface:
+
+ thandy-client update [options] [bundlename...]
+
+Recognized options are:
+
+ --repo=<dir> Store downloaded, finished information under <dir>.
+ Defaults to ~/.thandy/cache
+
+ --no-download Only decide what to download; don't actually download
+ anything.
+
+ --loop Do not exit after we have nothing more to download; keep
+ waiting until there's something to do.
+
+ --no-packagesys Do not ask any underlying package system about what
+ versions of things are installed. Assume we need to
+ fetch all packages not in the cache.
+
+ --install Try to install packages after downloading them.
+
+ --socks-port=<port>
+ Run all network operations over the SOCKS4a server at
+ localhost:<port>
+
+ --debug|--info|--warn
+ Set logging severity.
+
+
+ --force-check
+ Download a fresh version of the timestamp file, whether
+ we need it or not.
+
+
+02:55 < nickm> Right now, for a quick-and-dirty thing, vidalia can notice the
+ specific form of the "Ready to install files:" message. It can
+ turn into something more formal later.
+02:56 < nickm> The only 'suggestions' thandy-client understands now are ones
+ from command-line options, all of which are documented.
+02:56 < armadev> ok