aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2020-03-20 11:13:48 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2020-03-20 12:50:49 +0000
commitc94d3f7107b84b586791aa096f8641e6efa18c90 (patch)
tree486af7ee79f24fd8f90bd863b6b10042ab31dbf2 /tests
parent0a35667e683105021834a28ac13d1d35af3a4a4e (diff)
downloadarmnn-c94d3f7107b84b586791aa096f8641e6efa18c90.tar.gz
IVGCVSW-4588 Remove short form of option file-format
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I90bbe9406d81320289d9878700d738f6b33d8a94
Diffstat (limited to 'tests')
-rw-r--r--tests/ExecuteNetwork/ExecuteNetwork.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ExecuteNetwork/ExecuteNetwork.cpp b/tests/ExecuteNetwork/ExecuteNetwork.cpp
index 3a63fffeae..e9811d523a 100644
--- a/tests/ExecuteNetwork/ExecuteNetwork.cpp
+++ b/tests/ExecuteNetwork/ExecuteNetwork.cpp
@@ -115,7 +115,7 @@ int main(int argc, const char* argv[])
"If enabled then the 'file-only' test mode of external profiling will be enabled")
("counter-capture-period,u", po::value<uint32_t>(&counterCapturePeriod)->default_value(150u),
"If profiling is enabled in 'file-only' mode this is the capture period that will be used in the test")
- ("file-format,ff", po::value(&fileFormat),
+ ("file-format", po::value(&fileFormat),
"If profiling is enabled specifies the output file format")
("parse-unsupported", po::bool_switch()->default_value(false),
"Add unsupported operators as stand-in layers (where supported by parser)");