Changeset 720:a7f242d1df22 in hatta-dev
Legend:
- Unmodified
- Added
- Removed
-
hatta.py
r719 r720 172 172 add('-l', '--language', dest='language', 173 173 help='Translate interface to LANG', metavar='LANG') 174 add('-r', '--read-only', dest='read_only', default=False,174 add('-r', '--read-only', dest='read_only', 175 175 help='Whether the wiki should be read-only', action="store_true") 176 176 add('-g', '--icon-page', dest='icon_page', metavar="PAGE", 177 177 help='Read icons graphics from PAGE.') 178 add('-w', '--hgweb', dest='hgweb', default=False,178 add('-w', '--hgweb', dest='hgweb', 179 179 help='Enable hgweb access to the repository', action="store_true") 180 add('-W', '--wiki-words', dest='wiki_words', default=False,180 add('-W', '--wiki-words', dest='wiki_words', 181 181 help='Enable WikiWord links', action="store_true") 182 add('-I', '--ignore-indent', dest='ignore_indent', default=False,182 add('-I', '--ignore-indent', dest='ignore_indent', 183 183 help='Treat indented lines as normal text', action="store_true") 184 184 add('-P', '--pygments-style', dest='pygments_style',
Note: See TracChangeset
for help on using the changeset viewer.
