improve help for namespace-include

This commit is contained in:
Nathan TeBlunthuis 2018-09-03 11:30:12 -07:00
parent f7f5bf8fd4
commit 7d62ff9fb7

2
wikiq
View File

@ -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.")