From 7d62ff9fb779a204912080574b859b8ca4e60a9f Mon Sep 17 00:00:00 2001 From: groceryheist Date: Mon, 3 Sep 2018 11:30:12 -0700 Subject: [PATCH] improve help for namespace-include --- wikiq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiq b/wikiq index d7bc0bd..ae6b40f 100755 --- a/wikiq +++ b/wikiq @@ -385,7 +385,7 @@ parser.add_argument('-u', '--url-encode', dest="urlencode", action="store_true", help="Output url encoded text strings. This works around some data issues like newlines in editor names. In the future it may be used to output other text data.") parser.add_argument('-n', '--namespace-include', dest="namespace_filter", type=int, action='append', - help="Id number of namspace to include.") + help="Id number of namspace to include. Can be specified more than once.") -- 2.39.2