mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Avoid advertising private option
This commit is contained in:
@ -6,10 +6,11 @@ use warnings;
|
|||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
my $usage = <<EOU;
|
my $usage = <<EOU;
|
||||||
$0 [-f <file>] full
|
|
||||||
$0 [-f <file>] unset <name>
|
$0 [-f <file>] unset <name>
|
||||||
$0 [-f <file>] set <name> [<value>]
|
$0 [-f <file>] set <name> [<value>]
|
||||||
EOU
|
EOU
|
||||||
|
# for our eyes only:
|
||||||
|
# $0 [-f <file>] full
|
||||||
|
|
||||||
# Things that shouldn't be enabled with "full".
|
# Things that shouldn't be enabled with "full".
|
||||||
# Notes:
|
# Notes:
|
||||||
|
Reference in New Issue
Block a user