Fixed a small bug and requirements update.
This commit is contained in:
parent
e8f1dbe0b6
commit
9852345607
2 changed files with 3 additions and 3 deletions
4
man2book
4
man2book
|
|
@ -32,7 +32,7 @@ __author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||||
# currently i only increase the third number because i commit early and often and nearly on every
|
# currently i only increase the third number because i commit early and often and nearly on every
|
||||||
# commit there are new features. 0.1.* will be ready for generating a full book. then i will use the
|
# commit there are new features. 0.1.* will be ready for generating a full book. then i will use the
|
||||||
# pythonic version scheme.
|
# pythonic version scheme.
|
||||||
__version__ = '0.1.3'
|
__version__ = '0.1.4'
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
@ -54,7 +54,7 @@ def main():
|
||||||
'debugging a full section genration (default: 0; no limit)')
|
'debugging a full section genration (default: 0; no limit)')
|
||||||
|
|
||||||
parser.add_argument('-m', '--manpages', help='limit only to a subset of man pages. e.g. cd or '
|
parser.add_argument('-m', '--manpages', help='limit only to a subset of man pages. e.g. cd or '
|
||||||
'a list like cd,df,mv. this feature is not 100% '
|
'a list like cd,df,mv. this feature is not 100 percent '
|
||||||
'reliable at the moment because it should be '
|
'reliable at the moment because it should be '
|
||||||
'possible to set the section here optionally for '
|
'possible to set the section here optionally for '
|
||||||
'each manpage! e.g. df.1. it is not very '
|
'each manpage! e.g. df.1. it is not very '
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
beautifulsoup4~=4.11.1
|
beautifulsoup4==4.11.2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue