aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2009-08-06 09:47:26 +0200
committerBenedikt Böhm <bb@xnull.de>2009-08-06 09:47:26 +0200
commit808964088ffe3a8982a44ae02af8d701531a3154 (patch)
tree183eb09bc55e83ac81e07d929845a84484b567fe /README.rst
parentrelease 0.4 (diff)
downloadporticron-808964088ffe3a8982a44ae02af8d701531a3154.tar.gz
porticron-808964088ffe3a8982a44ae02af8d701531a3154.tar.bz2
porticron-808964088ffe3a8982a44ae02af8d701531a3154.zip
implement command line arguments for verbose, nomail and config filev0.5
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c8233ec..4a94fc2 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ porticron
=========
:Author: `Benedikt Böhm <bb@xnull.de>`_
-:Version: 0.4
+:Version: 0.5
:Web: http://bb.xnull.de/projects/porticron/
:Source: http://git.xnull.de/gitweb/?p=porticron.git (also on `github <http://github.com/hollow/porticron>`_)
:Download: http://bb.xnull.de/projects/porticron/dist/
@@ -21,6 +21,22 @@ porticron is available via portage:
emerge porticron
+Usage
+=====
+
+Since version 0.5 porticron supports various command line arguments to change
+operating modes:
+::
+
+ Usage: porticron [-hvVn] [-c <file>]
+
+ -h print this help text
+ -v enable verbose output
+ -V print version number
+ -n do not send upgrade mails
+ -c <file> use configuration in <file>
+
+
Configuration
=============