diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index c33f8851..6e0a57a2 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -1441,7 +1441,7 @@ note if all json data (rig,dut,tests) in same json file pass same json in for a '--suite', help="--suite ", required=True) - parser.add_argument('--flat_dir', help="--flat_dir",action='store_true') + parser.add_argument('--flat_dir', help="--flat_dir , will place the results in the top directory",action='store_true') parser.add_argument( '--server_override', help="--server_override http:/// example: http://192.168.95.6/",