summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAzim Khan <Azim.Khan@arm.com>2017-12-21 15:19:53 +0000
committerAzim Khan <Azim.Khan@arm.com>2017-12-21 15:19:53 +0000
commitc3c3a68e747a07e6a7d9333972962b6f6574dd08 (patch)
tree221fea784bf7f00ed32f06e70e9a3e02f785b486 /scripts
parent0d44573e8baf101bfccfcf9d3a6aeadc4c3187fd (diff)
Update usage description
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/config.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config.pl b/scripts/config.pl
index 8c1aa08d..d07b130a 100755
--- a/scripts/config.pl
+++ b/scripts/config.pl
@@ -45,7 +45,7 @@ my $config_file = "include/mbedtls/config.h";
my $usage = <<EOU;
$0 [-f <file> | --file <file>] [-o | --force]
[set <symbol> <value> | unset <symbol> | get <symbol> |
- full | realfull]
+ full | realfull | baremetal]
Commands
set <symbol> [<value>] - Uncomments or adds a #define for the <symbol> to
@@ -63,7 +63,7 @@ Commands
excluding some reserved symbols, until the
'Module configuration options' section
realfull - Uncomments all #define's with no exclusions
- baremetal - Set configuration suitable for baremetal build.
+ baremetal - Sets full configuration suitable for baremetal build.
Options
-f | --file <filename> - The file or file path for the configuration file