Cosmetics

This commit is contained in:
Ludger Küperkoch 2017-08-09 12:14:24 +02:00
parent a7b02c68de
commit 9662827273

View File

@ -456,7 +456,7 @@ if __name__ == "__main__":
parameters for autoPyLoT''')
parser.add_argument('-p', '-P', '--iplot', type=int,
action='store',
help='''Boolean flag for plotting: 0=none, 1=partial, 2=all''')
help='''Logical variable for plotting: 0=none, 1=partial, 2=all''')
parser.add_argument('-f', '-F', '--fnames', type=str,
action='store',
help='''optional, list of data file names''')
@ -468,7 +468,7 @@ if __name__ == "__main__":
help='''optional, save path for autoPyLoT output''')
parser.add_argument('-c', '-C', '--ncores', type=int,
action='store', default=0,
help='''optional, number of CPU cores used for parallel processing (default: all available)''')
help='''optional, number of CPU cores used for parallel processing (default: all available(=0))''')
cla = parser.parse_args()