diff --git a/README.md b/README.md index c02549d..cf55e26 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Several options are available using the command line: directory -b, --debug Will display any exception trace to stdin -d FILE, --destination=FILE - The path to the to the destination file: .html or .pdf + The path to the destination file: .html or .pdf extensions allowed (default: presentation.html) -e ENCODING, --encoding=ENCODING The encoding of your files (defaults to utf8) diff --git a/landslide/main.py b/landslide/main.py index 6c923ed..bf74a1a 100755 --- a/landslide/main.py +++ b/landslide/main.py @@ -37,7 +37,7 @@ def _parse_options(): parser.add_option( "-d", "--destination", dest="destination_file", - help="The path to the to the destination file: .html or " + help="The path to the destination file: .html or " ".pdf extensions allowed (default: presentation.html)", metavar="FILE", default="presentation.html")