From 3976b4e4cd70f87d0cdbd7191cc814a432eafc2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 24 Apr 2012 16:11:30 +0200 Subject: [PATCH] epub: fix --working-copy description --- scripts/book2epub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/book2epub b/scripts/book2epub index e60b932..04e4515 100755 --- a/scripts/book2epub +++ b/scripts/book2epub @@ -23,7 +23,7 @@ if __name__ == '__main__': parser.add_option('-c', '--with-cover', action='store_true', dest='with_cover', default=False, help='create default cover') parser.add_option('-w', '--working-copy', action='store_true', dest='working_copy', default=False, - help='specifies the directory for output') + help='mark the output as a working copy') parser.add_option('-d', '--make-dir', action='store_true', dest='make_dir', default=False, help='create a directory for author and put the PDF in it') parser.add_option('-o', '--output-file', dest='output_file', metavar='FILE', -- 2.20.1