diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-22 15:39:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-22 15:39:58 +0000 |
commit | cc279c9d9a611883a35cc4e2c2ae5044cf5f5350 (patch) | |
tree | 9715ffedd2033a26c748b5982d0a9360e7570ff3 /scripts/rpkid.py | |
parent | ffc5a1ee68f80dd3c6ac71df463bc6ba16554588 (diff) |
Doc
svn path=/scripts/rpkid.py; revision=1186
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-x | scripts/rpkid.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py index e26ff30b..5148167a 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -1,8 +1,11 @@ # $Id$ """ -Start at the RPKI daemon. This isn't real yet. So far it's just a -framework onto which I'm bolting various parts for testing. +RPKI engine daemon. This is still very much a work in progress. + +Usage: python rpkid.py [ { -c | --config } configfile ] [ { -h | --help } ] + +Default configuration file is re.conf, override with --config option. """ import traceback, os, time, getopt, sys |