Add usage string for key_pwd
argument in ssl_client2 program
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
34ce81f896
commit
bffa54f4eb
1 changed files with 3 additions and 1 deletions
|
@ -176,7 +176,9 @@ int main( void )
|
|||
" use \"none\" to skip loading any top-level CAs.\n" \
|
||||
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
||||
" default: \"\" (pre-loaded)\n" \
|
||||
" key_file=%%s default: \"\" (pre-loaded)\n"
|
||||
" key_file=%%s default: \"\" (pre-loaded)\n"\
|
||||
" key_pwd=%%s Password for key specified by key_file argument\n"\
|
||||
" default: none\n"
|
||||
#else
|
||||
#define USAGE_IO \
|
||||
" No file operations available (MBEDTLS_FS_IO not defined)\n"
|
||||
|
|
Loading…
Reference in a new issue