From 3cac03b7bb7e10777ba16243f7c47e59951d2bd9 Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Thu, 14 Dec 2023 15:23:36 +0200 Subject: [PATCH] to the to the -> to the --- README.md | 2 +- landslide/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8409cccb..85dce9e9 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 6c923eda..bf74a1a7 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")