correct reindex parameter
authorcavaliet
Thu, 11 Apr 2013 10:13:43 +0200
changeset 1143 70cb0d4fd6cc
parent 1141 e0dbffc4a443
child 1144 5647cbc32e53
correct reindex parameter
src/ldt/ldt/management/commands/reindex.py
--- a/src/ldt/ldt/management/commands/reindex.py	Mon Apr 08 17:01:37 2013 +0200
+++ b/src/ldt/ldt/management/commands/reindex.py	Thu Apr 11 10:13:43 2013 +0200
@@ -18,8 +18,7 @@
                   help="Index only the content specified by CONTENT_ID."),
         make_option("-n", "--nocontent",
                   dest="no_content",
-                  action="store",
-                  type="string",
+                  action="store_true",
                   help="Avoid index only the content specified by CONTENT_ID."),
         )