Mercurial > p > roundup > code
diff roundup/demo.py @ 4863:9db31cba6e0b
Minor: demo.py usage message improved: explains "nuke" now.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Wed, 12 Mar 2014 08:46:57 +0100 |
| parents | d273e59b487b |
| children | edd6cac141c1 |
line wrap: on
line diff
--- a/roundup/demo.py Tue Mar 11 10:13:58 2014 +0100 +++ b/roundup/demo.py Wed Mar 12 08:46:57 2014 +0100 @@ -149,7 +149,9 @@ print """ Run a demo server. Config and database files are created in %(datadir)s/ subdirectory of %(script)s dir. - + + 'nuke' will re-initialize the demo instance, deleting the old data. + Options: -h -- print this help message -t template -- specify the tracker template to use
