IVGCVSW-4588 Remove short form of option file-format
authorNikhil Raj <nikhil.raj@arm.com>
Fri, 20 Mar 2020 11:13:48 +0000 (11:13 +0000)
committerNikhil Raj Arm <nikhil.raj@arm.com>
Fri, 20 Mar 2020 12:50:49 +0000 (12:50 +0000)
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I90bbe9406d81320289d9878700d738f6b33d8a94

tests/ExecuteNetwork/ExecuteNetwork.cpp

index 3a63fff..e9811d5 100644 (file)
@@ -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)");