
noreply at edgewall
Nov 7, 2004, 11:11 AM
Post #3 of 4
(708 views)
Permalink
|
|
Re: [The Trac Project] #889: Usage info in trac-admin is wrong
[In reply to]
|
|
#889: Usage info in trac-admin is wrong ------------------------+--------------------------------------------------- Id: 889 | Status: closed Component: trac-admin | Modified: Sun Nov 7 11:11:05 2004 Severity: normal | Milestone: 0.8 Priority: normal | Version: devel Owner: cmlenz | Reporter: anonymous ------------------------+--------------------------------------------------- Changes (by cmlenz): * resolution: => fixed * status: assigned => closed Old description: > trac-admin help states the first parameter has to be the DB file, whereas > it has to be the path to the trac project environment > > Patch (used name from the man page): > > {{{ > @@ -260,7 +260,7 @@ > print 'trac-admin - The Trac Administration Console %s' % > trac.__version__ > if not self.interactive: > print > - print "Usage: trac-admin <dbfile> [command [subcommand] > [option ...]]\n" > + print "Usage: trac-admin </path/to/projenv> [command > [subcommand] [option ...]]\n" > print "Invoking trac-admin without command starts "\ > "interactive mode." > self.print_doc (docs) > }}} New description: trac-admin help states the first parameter has to be the DB file, whereas it has to be the path to the trac project environment Patch (used name from the man page): {{{ @@ -260,7 +260,7 @@ print 'trac-admin - The Trac Administration Console %s' % trac.__version__ if not self.interactive: print - print "Usage: trac-admin <dbfile> [command [subcommand] [option ...]]\n" + print "Usage: trac-admin </path/to/projenv> [command [subcommand] [option ...]]\n" print "Invoking trac-admin without command starts "\ "interactive mode." self.print_doc (docs) }}} Comment: Thanks for the patch. Applied in [1026]. -- Ticket URL: <http://projects.edgewall.com/trac/ticket/889> The Trac Project <>
|