From: <jh...@us...> - 2011-06-01 16:39:22
|
Revision: 291 http://etch.svn.sourceforge.net/etch/?rev=291&view=rev Author: jheiss Date: 2011-06-01 16:39:16 +0000 (Wed, 01 Jun 2011) Log Message: ----------- Document the new --configdir and --vardir options. Update the --test-root (formerly --test-base) option documentation. Modified Paths: -------------- trunk/client/man/man8/etch.8 Modified: trunk/client/man/man8/etch.8 =================================================================== --- trunk/client/man/man8/etch.8 2011-06-01 16:38:06 UTC (rev 290) +++ trunk/client/man/man8/etch.8 2011-06-01 16:39:16 UTC (rev 291) @@ -23,6 +23,10 @@ .IR SERVER ] .RB [ --tag .IR TAG ] +.RB [ --configdir +.IR CONFIGDIR ] +.RB [ --vardir +.IR VARDIR ] .RB [ --test-base .IR TESTDIR ] .RB [ --key @@ -124,10 +128,18 @@ Use an alternate SSH private key file for signing messages that are sent to the server. .TP -.BI --test-base " TESTDIR" -Use an alternate local working directory instead of /var/etch. Generally only -used for allowing the etch test suite to be run as a non-root user. +.BI --configdir " CONFIGDIR" +Use an alternate configuration directory instead of /etc. This is the +location of etch.conf and other configuration files. See FILES. .TP +.BI --vardir " VARDIR" +Use an alternate local working directory instead of /var/etch. See FILES. +.TP +.BI --test-root " TESTDIR" +Places the config and var directories relative to a test root directory. +Generally only used for allowing the etch test suite to be run as a non-root +user. +.TP .B --debug Print lots of messages about what etch is doing. .TP This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |