Skip to content

Commit 847b282

Browse files
author
Richard Jones
committed
fix help message for roundup-admin install [SF#1494990]
1 parent 29069cc commit 847b282

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Fixed:
3333
1507814)
3434
- don't int() ids (sf bug 1512939)
3535
- fix importing into anydbm backend (sf bug 1512939)
36+
- fix help message for roundup-admin install (sf bug 1494990)
3637

3738

3839
2006-04-27 1.1.2

roundup/admin.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: admin.py,v 1.104 2006-08-11 05:10:15 richard Exp $
19+
# $Id: admin.py,v 1.105 2006-08-11 05:13:06 richard Exp $
2020

2121
'''Administration commands for maintaining Roundup trackers.
2222
'''
@@ -343,16 +343,16 @@ def help_initopts(self):
343343
print _('Back ends:'), ', '.join(backends)
344344

345345
def do_install(self, tracker_home, args):
346-
""'''Usage: install [template [backend [admin password [key=val[,key=val]]]]]
346+
""'''Usage: install [template [backend [key=val[,key=val]]]]
347347
Install a new Roundup tracker.
348348
349349
The command will prompt for the tracker home directory
350350
(if not supplied through TRACKER_HOME or the -i option).
351-
The template, backend and admin password may be specified
352-
on the command-line as arguments, in that order.
351+
The template and backend may be specified on the command-line
352+
as arguments, in that order.
353353
354-
The last command line argument allows to pass initial values
355-
for config options. For example, passing
354+
Command line arguments following the backend allows you to
355+
pass initial values for config options. For example, passing
356356
"web_http_auth=no,rdbms_user=dinsdale" will override defaults
357357
for options http_auth in section [web] and user in section [rdbms].
358358
Please be careful to not use spaces in this argument! (Enclose

0 commit comments

Comments
 (0)