mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:28:31 +00:00
Avoid advertising private option
This commit is contained in:
parent
6cf11642a4
commit
052ae25e56
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue