From 6dcf15fc4b1dc38a03e57a80ce45a2f59657c880 Mon Sep 17 00:00:00 2001 From: HuaweiAscend Date: Tue, 11 Aug 2020 17:35:17 +0800 Subject: [PATCH] update amexec/src/utils.cpp. --- amexec/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amexec/src/utils.cpp b/amexec/src/utils.cpp index fc0dc62..6f808b4 100755 --- a/amexec/src/utils.cpp +++ b/amexec/src/utils.cpp @@ -193,7 +193,7 @@ void Utils::printHelpLetter() cout<< " --output Output path(User needs to have permission to create directories)" << endl; cout<< " --outfmt Output file format (TXT or BIN)" << endl; cout<< " --loop loop time(must in 1 to 100)" << endl; - cout<< " --dump Enable dump (true or false)" << endl; + cout<< " --dump Enable dump (true or false)(Do not support now)" << endl; cout<< " --profiler Enable profiler (true or false)" << endl; cout<< " --device Designated the device ID(must in 0 to 255)" << endl; cout<< " --debug Debug switch,print model information (true or false)" << endl;