version 0.4.17

This commit is contained in:
Kovid Goyal 2007-11-01 19:51:29 +00:00
parent 2d8b5b80bf
commit 605ded0900
2 changed files with 2 additions and 1 deletions

View File

@ -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.16"
__version__ = "0.4.17"
__docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
__appname__ = 'libprs500'

View File

@ -47,6 +47,7 @@ def get_metadata(stream):
def main(args=sys.argv):
if len(args) != 2:
print >>sys.stderr, 'Usage: pdf-meta file.pdf'
print >>sys.stderr, 'No filename specified.'
return 1