From: <jh...@us...> - 2011-06-01 16:38:13
|
Revision: 290 http://etch.svn.sourceforge.net/etch/?rev=290&view=rev Author: jheiss Date: 2011-06-01 16:38:06 +0000 (Wed, 01 Jun 2011) Log Message: ----------- Mentioned the defaults for the config and var directories in the help message. Modified Paths: -------------- trunk/client/bin/etch Modified: trunk/client/bin/etch =================================================================== --- trunk/client/bin/etch 2011-06-01 01:04:21 UTC (rev 289) +++ trunk/client/bin/etch 2011-06-01 16:38:06 UTC (rev 290) @@ -69,10 +69,10 @@ opts.on('--key PRIVATE_KEY', 'Use this private key for signing messages to server.') do |opt| options[:key] = opt end -opts.on('--configdir DIR', 'Directory containing etch.conf.') do |opt| +opts.on('--configdir DIR', 'Directory containing etch.conf, defaults to /etc') do |opt| options[:configdir] = opt end -opts.on('--vardir DIR', 'Directory for etch state and logs.') do |opt| +opts.on('--vardir DIR', 'Directory for etch state, defaults to /var/etch') do |opt| options[:vardir] = opt end opts.on('--test-root TESTDIR', 'For use by the test suite only.') do |opt| This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |