version 0.4.16

This commit is contained in:
Kovid Goyal 2007-10-28 20:37:26 +00:00
parent c269d0a670
commit 442f92fd5d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
## with this program; if not, write to the Free Software Foundation, Inc., ## with this program; if not, write to the Free Software Foundation, Inc.,
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
''' E-book management software''' ''' E-book management software'''
__version__ = "0.4.15" __version__ = "0.4.16"
__docformat__ = "epytext" __docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
__appname__ = 'libprs500' __appname__ = 'libprs500'

View File

@ -43,7 +43,7 @@ def option_parser():
parser.add_option('-u', '--url', dest='url', default=None, 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.') 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, 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, parser.add_option('--username', dest='username', default=None,
help='Specify the username to be used while downloading. Only used if the profile supports it.') help='Specify the username to be used while downloading. Only used if the profile supports it.')
parser.add_option('--password', dest='password', default=None, parser.add_option('--password', dest='password', default=None,