diff --git a/NDATools/clientscripts/vtcmd.py b/NDATools/clientscripts/vtcmd.py index 68c57ce..60aa29e 100644 --- a/NDATools/clientscripts/vtcmd.py +++ b/NDATools/clientscripts/vtcmd.py @@ -86,10 +86,10 @@ def parse_args(): help='Flag whether to additionally download validation results in JSON format.') parser.add_argument('-wt', '--workerThreads', metavar='', type=int, action='store', - help='Number of worker threads') + help='Number of worker threads, default is multiprocessing.cpu_count()-1') parser.add_argument('-bc', '--batch', metavar='', type=int, action='store', - help='Batch size') + help='Batch size, default is 10000') parser.add_argument('--hideProgress', action='store_true', help='Hides upload/processing progress')