blob: b077877c11b1e8051aac0892715a9c9bab3b22f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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',
|