Skip to content

Commit 47a2a11

Browse files
Minor: demo.py usage message improved: explains "nuke" now.
1 parent 426ff55 commit 47a2a11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Fixed:
6868
rounded to 60.0 and causing exceptions. Change them to 59.999 as was
6969
done in the fix for issue2550802. (Thomas Arendsen Hein)
7070

71+
Minor:
72+
- demo.py usage message improved: explains "nuke" now.
73+
7174

7275
2013-07-06: 1.5.0
7376

roundup/demo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ def usage(msg = ''):
149149
print """
150150
Run a demo server. Config and database files are created
151151
in %(datadir)s/ subdirectory of %(script)s dir.
152-
152+
153+
'nuke' will re-initialize the demo instance, deleting the old data.
154+
153155
Options:
154156
-h -- print this help message
155157
-t template -- specify the tracker template to use

0 commit comments

Comments
 (0)