From: groceryheist Date: Mon, 3 Sep 2018 18:30:12 +0000 (-0700) Subject: improve help for namespace-include X-Git-Url: https://code.communitydata.science/mediawiki_dump_tools.git/commitdiff_plain/7d62ff9fb779a204912080574b859b8ca4e60a9f?hp=f7f5bf8fd48014958dd6e9b0336db31f0cd0210e improve help for namespace-include --- 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.")