lib arg description
default is actually blank and not all libraries.
This commit is contained in:
parent
a349b1c3cb
commit
3a8a46bfd0
@ -10,7 +10,6 @@ optional arguments:
|
|||||||
-l [ ...], --libraries [ ...]
|
-l [ ...], --libraries [ ...]
|
||||||
Space separated list of case sensitive names to process. Allowed names are:
|
Space separated list of case sensitive names to process. Allowed names are:
|
||||||
(choices: All library names)
|
(choices: All library names)
|
||||||
(default: All Libraries)
|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
@ -63,7 +62,7 @@ if __name__ == "__main__":
|
|||||||
'(choices: %(choices)s)')
|
'(choices: %(choices)s)')
|
||||||
parser.add_argument('-l', '--libraries', nargs='+', default='', choices=sections_lst, metavar='',
|
parser.add_argument('-l', '--libraries', nargs='+', default='', choices=sections_lst, metavar='',
|
||||||
help='Space separated list of case sensitive names to process. Allowed names are: \n'
|
help='Space separated list of case sensitive names to process. Allowed names are: \n'
|
||||||
'(choices: %(choices)s \n(default: All Libraries)')
|
'(choices: %(choices)s')
|
||||||
|
|
||||||
opts = parser.parse_args()
|
opts = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user