Add alias offline-reading.
This commit is contained in:
parent
c8c160e00e
commit
5a4ff3bc02
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ def main(argv):
|
|||
# OFFLINE_READING
|
||||
p_offline_reading = subparsers.add_parser(
|
||||
'offline_reading',
|
||||
aliases=['offline-reading'],
|
||||
description='''
|
||||
Render submissions and comment threads to HTML via Markdown.
|
||||
''',
|
||||
|
|
Loading…
Reference in a new issue