From fa2f92e96cb17740e19630bd290c47cc3f902e47 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Jun 2013 10:42:18 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/cli.py b/src/calibre/ebooks/conversion/cli.py index f2795005d8..45b7841347 100644 --- a/src/calibre/ebooks/conversion/cli.py +++ b/src/calibre/ebooks/conversion/cli.py @@ -27,7 +27,7 @@ specified as the first two arguments to the command. The output ebook format is guessed from the file extension of \ output_file. output_file can also be of the special format .EXT where \ EXT is the output file extension. In this case, the name of the output \ -file is derived the name of the input file. Note that the filenames must \ +file is derived from the name of the input file. Note that the filenames must \ not start with a hyphen. Finally, if output_file has no extension, then \ it is treated as a directory and an "open ebook" (OEB) consisting of HTML \ files is written to that directory. These files are the files that would \