|
16 | 16 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
17 | 17 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
18 | 18 | # |
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 $ |
20 | 20 |
|
21 | 21 | '''Administration commands for maintaining Roundup trackers. |
22 | 22 | ''' |
@@ -343,16 +343,16 @@ def help_initopts(self): |
343 | 343 | print _('Back ends:'), ', '.join(backends) |
344 | 344 |
|
345 | 345 | 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]]]] |
347 | 347 | Install a new Roundup tracker. |
348 | 348 |
|
349 | 349 | The command will prompt for the tracker home directory |
350 | 350 | (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. |
353 | 353 |
|
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 |
356 | 356 | "web_http_auth=no,rdbms_user=dinsdale" will override defaults |
357 | 357 | for options http_auth in section [web] and user in section [rdbms]. |
358 | 358 | Please be careful to not use spaces in this argument! (Enclose |
|
0 commit comments