aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch b/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch
new file mode 100644
index 0000000..b077877
--- /dev/null
+++ b/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch
@@ -0,0 +1,21 @@
+From: Agustin Henze <tin@sluc.org.ar>
+Date: Tue, 21 Oct 2014 10:44:45 -0300
+Subject: Fix quoting when generate zsh completion
+
+---
+ nikola/plugins/command/import_wordpress.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nikola/plugins/command/import_wordpress.py b/nikola/plugins/command/import_wordpress.py
+index 1af4083..6e8a13c 100644
+--- a/nikola/plugins/command/import_wordpress.py
++++ b/nikola/plugins/command/import_wordpress.py
+@@ -70,7 +70,7 @@ class CommandImportWordpress(Command, ImportMixin):
+ 'short': 'd',
+ 'default': False,
+ 'type': bool,
+- 'help': "Don't import drafts",
++ 'help': "Do not import drafts",
+ },
+ {
+ 'name': 'squash_newlines',