improve help for namespace-include
This commit is contained in:
parent
f7f5bf8fd4
commit
7d62ff9fb7
2
wikiq
2
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.")
|
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',
|
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.")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user