We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ff55 commit 47a2a11Copy full SHA for 47a2a11
CHANGES.txt
@@ -68,6 +68,9 @@ Fixed:
68
rounded to 60.0 and causing exceptions. Change them to 59.999 as was
69
done in the fix for issue2550802. (Thomas Arendsen Hein)
70
71
+Minor:
72
+- demo.py usage message improved: explains "nuke" now.
73
+
74
75
2013-07-06: 1.5.0
76
roundup/demo.py
@@ -149,7 +149,9 @@ def usage(msg = ''):
149
print """
150
Run a demo server. Config and database files are created
151
in %(datadir)s/ subdirectory of %(script)s dir.
152
-
153
+ 'nuke' will re-initialize the demo instance, deleting the old data.
154
155
Options:
156
-h -- print this help message
157
-t template -- specify the tracker template to use
0 commit comments