vitess.io/vitess@v0.16.2/doc/flags/14.0-to-15.0-transition/vttlstest.diff (about)

     1  diff --git a/flags/14.0/vttlstest.txt b/flags/15.0/vttlstest.txt
     2  index 87321df..e149cf2 100644
     3  --- a/flags/14.0/vttlstest.txt
     4  +++ b/flags/15.0/vttlstest.txt
     5  @@ -1,13 +1,19 @@
     6  -Usage of vttlstest:
     7  -      --alsologtostderr                                                       log to standard error as well as files
     8  -      --keep_logs duration                                                    keep logs for this long (using ctime) (zero to keep forever)
     9  -      --keep_logs_by_mtime duration                                           keep logs for this long (using mtime) (zero to keep forever)
    10  -      --log_backtrace_at value                                                when logging hits line file:N, emit a stack trace
    11  -      --log_dir string                                                        If non-empty, write log files in this directory
    12  -      --log_rotate_max_size uint                                              size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
    13  -      --logtostderr                                                           log to standard error instead of files
    14  -      --purge_logs_interval duration                                          how often try to remove old logs (default 1h0m0s)
    15  -      --root string                                                           root directory for certificates and keys (default ".")
    16  -      --stderrthreshold value                                                 logs at or above this threshold go to stderr (default 1)
    17  -      --v value                                                               log level for V logs
    18  -      --vmodule value                                                         comma-separated list of pattern=N settings for file-filtered logging
    19  +vttlstest is a tool for generating test certificates, keys, and related artifacts for TLS tests.
    20  +
    21  +Usage:
    22  +  vttlstest [command]
    23  +
    24  +Available Commands:
    25  +  CreateCA             Create certificate authority
    26  +  CreateCRL            Create certificate revocation list
    27  +  CreateIntermediateCA Create intermediate certificate authority
    28  +  CreateSignedCert     Create signed certificate
    29  +  RevokeCert           Revoke a certificate
    30  +  completion           Generate the autocompletion script for the specified shell
    31  +  help                 Help about any command
    32  +
    33  +Flags:
    34  +  -h, --help          help for vttlstest
    35  +      --root string   root directory for all artifacts (default ".")
    36  +
    37  +Use "vttlstest [command] --help" for more information about a command.