Just grammatical fixes.
This commit is contained in:
parent
992d60336a
commit
2f9fce6ee0
1 changed files with 2 additions and 2 deletions
4
man2book
4
man2book
|
|
@ -10,13 +10,13 @@ OUTPUT_DIR = '~/code/man2book/output/'
|
||||||
TMP_DIR = '/tmp'
|
TMP_DIR = '/tmp'
|
||||||
|
|
||||||
|
|
||||||
__author__ = 'Johannes Findeisen <you@hanez.org'
|
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||||
__version__ = '0.0.1'
|
__version__ = '0.0.1'
|
||||||
|
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description='man2book is a tool to create a custom ebook of installed man pages or a '
|
description='man2book is a tool to create a custom book of installed man pages or a '
|
||||||
'selection of manpage sections and pages.',
|
'selection of manpage sections and pages.',
|
||||||
epilog='author: ' + __author__,
|
epilog='author: ' + __author__,
|
||||||
prog='man2book')
|
prog='man2book')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue