comparison rhodecode/lib/indexers/__init__.py @ 1408:93cffcb6fd54 beta

Adding documentation for indexer's self-resolving repos location.
author Jared Bunting <jared.bunting@peachjean.com>
date Fri, 01 Jul 2011 17:46:01 -0500
parents 2744f5b01d00
children c3172bc09503
comparison
equal deleted inserted replaced
1407:2744f5b01d00 1408:93cffcb6fd54
111 111
112 def update_parser(self): 112 def update_parser(self):
113 self.parser.add_option('--repo-location', 113 self.parser.add_option('--repo-location',
114 action='store', 114 action='store',
115 dest='repo_location', 115 dest='repo_location',
116 help="Specifies repositories location to index REQUIRED", 116 help="Specifies repositories location to index OPTIONAL",
117 ) 117 )
118 self.parser.add_option('--index-only', 118 self.parser.add_option('--index-only',
119 action='store', 119 action='store',
120 dest='repo_list', 120 dest='repo_list',
121 help="Specifies a comma separated list of repositores " 121 help="Specifies a comma separated list of repositores "