diff --git a/src/libprs500/__init__.py b/src/libprs500/__init__.py index 2aab9f4efe..daafe6e25f 100644 --- a/src/libprs500/__init__.py +++ b/src/libprs500/__init__.py @@ -13,7 +13,7 @@ ## with this program; if not, write to the Free Software Foundation, Inc., ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ''' E-book management software''' -__version__ = "0.4.15" +__version__ = "0.4.16" __docformat__ = "epytext" __author__ = "Kovid Goyal " __appname__ = 'libprs500' diff --git a/src/libprs500/ebooks/lrf/web/convert_from.py b/src/libprs500/ebooks/lrf/web/convert_from.py index 329032ed59..fdcc34f10f 100644 --- a/src/libprs500/ebooks/lrf/web/convert_from.py +++ b/src/libprs500/ebooks/lrf/web/convert_from.py @@ -43,7 +43,7 @@ def option_parser(): parser.add_option('-u', '--url', dest='url', default=None, help='The URL to download. You only need to specify this if you are not specifying a website_profile.') parser.add_option('--user-profile', default=None, - help='Path to a python file containing a user created profile.') + help='Path to a python file containing a user created profile. For help visit http://libprs500.kovidgoyal.net/wiki/UserProfiles') parser.add_option('--username', dest='username', default=None, help='Specify the username to be used while downloading. Only used if the profile supports it.') parser.add_option('--password', dest='password', default=None,