another minor fix

pull/1/head
Yusuke Shinyama 2010-12-26 19:30:46 +09:00
parent 0248c3b9fb
commit d3bcc0eef5
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
include Makefile
include *.txt include *.txt
include *.py include *.py
graft cmaprsrc graft cmaprsrc

View File

@ -12,7 +12,7 @@ def main(argv):
import getopt import getopt
def usage(): def usage():
print ('usage: %s [-d] [-p pagenos] [-m maxpages] [-P password] [-o output] ' print ('usage: %s [-d] [-p pagenos] [-m maxpages] [-P password] [-o output] '
'[-n] [-A] [-M char_margin] [-L line_margin] [-W word_margin] [-F boxes_flow]' '[-n] [-A] [-M char_margin] [-L line_margin] [-W word_margin] [-F boxes_flow] '
'[-Y layout_mode] [-O output_dir] [-t text|html|xml|tag] [-c codec] [-s scale] file ...' % argv[0]) '[-Y layout_mode] [-O output_dir] [-t text|html|xml|tag] [-c codec] [-s scale] file ...' % argv[0])
return 100 return 100
try: try: