aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/func_config.cc
diff options
context:
space:
mode:
authorJared Smolens <jared.smolens@arm.com>2022-03-19 05:42:27 +0000
committerJared Smolens <jared.smolens@arm.com>2022-03-19 05:46:13 +0000
commit62a7b7feef36089ab3183431e392b17285b8c0bd (patch)
tree529291b48d0cacbdc5a997e614780a8f43071c76 /reference_model/src/func_config.cc
parent8a8cca9d17a1bbf3a2941a0327baf6d34c16d697 (diff)
downloadreference_model-62a7b7feef36089ab3183431e392b17285b8c0bd.tar.gz
Usability cleanup
- Error check on missing test description file instead of throwing json exception - Removed outdated help option Signed-off-by: Jared Smolens <jared.smolens@arm.com> Change-Id: Ia8780a88f4306af19ce63eaa679c84669f5c2ad9
Diffstat (limited to 'reference_model/src/func_config.cc')
-rw-r--r--reference_model/src/func_config.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference_model/src/func_config.cc b/reference_model/src/func_config.cc
index 6880829..a17fdef 100644
--- a/reference_model/src/func_config.cc
+++ b/reference_model/src/func_config.cc
@@ -1,5 +1,5 @@
-// Copyright (c) 2020, ARM Limited.
+// Copyright (c) 2020-2022, ARM Limited.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -420,7 +420,7 @@ int func_model_print_help(FILE* out)
fprintf(out, "TOSA Reference Model help\n\n");
fprintf(out,
- "Usage: %s [-c] [-C <name=value>] [-d <Debug Mask>] [-h] [-i <uscriptfile>] [-l <verbosity>] [-F "
+ "Usage: %s [-c] [-C <name=value>] [-d <Debug Mask>] [-h] [-l <verbosity>] [-F "
"<flatconfig>]\n",
programname);
fprintf(out, "\t-c - Print list of config options\n");