Ticket #5608: base_path.patch
| File base_path.patch, 0.6 kB (added by john.m.camara, 6 months ago) |
|---|
-
trac/web/standalone.py
152 152 help='parent directory of the project environments') 153 153 parser.add_option('--base-path', action='store', type='string', # XXX call this url_base_path? 154 154 dest='base_path', 155 help=' base path')155 help='the initial portion of the request URL\'s "path"') 156 156 157 157 parser.add_option('-r', '--auto-reload', action='store_true', 158 158 dest='autoreload',
