From e5ec1b2ce20f7578fea683229aadc95431fdb451 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Nov 2008 08:23:04 +0000 Subject: misc docs git-svn-id: file:///home/or/svnrepo/updater/trunk@17315 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- doc/interface.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/interface.txt (limited to 'doc/interface.txt') 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= Store downloaded, finished information under . + 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= + Run all network operations over the SOCKS4a server at + localhost: + + --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 -- cgit v1.2.3