From a387d881ecf1cfe8def1460fdf2faa3fdef66302 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 Nov 2016 01:01:13 +0100 Subject: cmdline-docs: more options converted and fixed Now all options are in the new system. --- docs/cmdline-opts/MANPAGE.md | 1 - docs/cmdline-opts/crlfile.d | 2 +- docs/cmdline-opts/data-ascii.d | 3 +- docs/cmdline-opts/disable-epsv.d | 16 ++++ docs/cmdline-opts/ftp-ssl-reqd.d | 3 - docs/cmdline-opts/ftp-ssl.d | 3 - docs/cmdline-opts/gen.pl | 14 +-- docs/cmdline-opts/header.d | 7 +- docs/cmdline-opts/help.d | 6 ++ docs/cmdline-opts/krb4.d | 2 - docs/cmdline-opts/login-options.d | 1 + docs/cmdline-opts/manual.d | 5 ++ docs/cmdline-opts/progress-bar.d | 2 +- docs/cmdline-opts/proxy-cert-type.d | 6 ++ docs/cmdline-opts/proxy-cert.d | 2 +- docs/cmdline-opts/proxy-ssl-allow-beast.d | 2 +- docs/cmdline-opts/proxy-user.d | 12 +++ docs/cmdline-opts/proxy.d | 34 ++++++++ docs/cmdline-opts/proxytunnel.d | 1 + docs/cmdline-opts/referer.d | 1 + docs/cmdline-opts/request.d | 39 +++++++++ docs/cmdline-opts/show-error.d | 2 +- docs/cmdline-opts/socks5-gssapi-nec.d | 8 ++ docs/cmdline-opts/socks5-gssapi-service.d | 12 +++ docs/cmdline-opts/speed-limit.d | 10 +++ docs/cmdline-opts/speed-time.d | 13 +++ docs/cmdline-opts/stderr.d | 8 ++ docs/cmdline-opts/tcp-fastopen.d | 5 ++ docs/cmdline-opts/tcp-nodelay.d | 9 ++ docs/cmdline-opts/telnet-option.d | 12 +++ docs/cmdline-opts/tftp-blksize.d | 11 +++ docs/cmdline-opts/tftp-no-options.d | 10 +++ docs/cmdline-opts/time-cond.d | 17 ++++ docs/cmdline-opts/tlsauthtype.d | 8 ++ docs/cmdline-opts/tlspassword.d | 6 ++ docs/cmdline-opts/tlsuser.d | 7 ++ docs/cmdline-opts/tlsv1.0.d | 6 ++ docs/cmdline-opts/tlsv1.1.d | 6 ++ docs/cmdline-opts/tlsv1.2.d | 6 ++ docs/cmdline-opts/tlsv1.3.d | 9 ++ docs/cmdline-opts/tr-encoding.d | 7 ++ docs/cmdline-opts/trace-ascii.d | 14 +++ docs/cmdline-opts/trace-time.d | 5 ++ docs/cmdline-opts/trace.d | 11 +++ docs/cmdline-opts/unix-socket.d | 7 ++ docs/cmdline-opts/upload-file.d | 33 +++++++ docs/cmdline-opts/url.d | 15 ++++ docs/cmdline-opts/user.d | 33 +++++++ docs/cmdline-opts/version.d | 58 +++++++++++++ docs/cmdline-opts/write-out.d | 138 ++++++++++++++++++++++++++++++ docs/cmdline-opts/xattr.d | 8 ++ 51 files changed, 625 insertions(+), 31 deletions(-) create mode 100644 docs/cmdline-opts/disable-epsv.d delete mode 100644 docs/cmdline-opts/ftp-ssl-reqd.d delete mode 100644 docs/cmdline-opts/ftp-ssl.d create mode 100644 docs/cmdline-opts/help.d delete mode 100644 docs/cmdline-opts/krb4.d create mode 100644 docs/cmdline-opts/manual.d create mode 100644 docs/cmdline-opts/proxy-cert-type.d create mode 100644 docs/cmdline-opts/proxy-user.d create mode 100644 docs/cmdline-opts/proxy.d create mode 100644 docs/cmdline-opts/request.d create mode 100644 docs/cmdline-opts/socks5-gssapi-nec.d create mode 100644 docs/cmdline-opts/socks5-gssapi-service.d create mode 100644 docs/cmdline-opts/speed-limit.d create mode 100644 docs/cmdline-opts/speed-time.d create mode 100644 docs/cmdline-opts/stderr.d create mode 100644 docs/cmdline-opts/tcp-fastopen.d create mode 100644 docs/cmdline-opts/tcp-nodelay.d create mode 100644 docs/cmdline-opts/telnet-option.d create mode 100644 docs/cmdline-opts/tftp-blksize.d create mode 100644 docs/cmdline-opts/tftp-no-options.d create mode 100644 docs/cmdline-opts/time-cond.d create mode 100644 docs/cmdline-opts/tlsauthtype.d create mode 100644 docs/cmdline-opts/tlspassword.d create mode 100644 docs/cmdline-opts/tlsuser.d create mode 100644 docs/cmdline-opts/tlsv1.0.d create mode 100644 docs/cmdline-opts/tlsv1.1.d create mode 100644 docs/cmdline-opts/tlsv1.2.d create mode 100644 docs/cmdline-opts/tlsv1.3.d create mode 100644 docs/cmdline-opts/tr-encoding.d create mode 100644 docs/cmdline-opts/trace-ascii.d create mode 100644 docs/cmdline-opts/trace-time.d create mode 100644 docs/cmdline-opts/trace.d create mode 100644 docs/cmdline-opts/unix-socket.d create mode 100644 docs/cmdline-opts/upload-file.d create mode 100644 docs/cmdline-opts/url.d create mode 100644 docs/cmdline-opts/user.d create mode 100644 docs/cmdline-opts/version.d create mode 100644 docs/cmdline-opts/write-out.d create mode 100644 docs/cmdline-opts/xattr.d (limited to 'docs/cmdline-opts') diff --git a/docs/cmdline-opts/MANPAGE.md b/docs/cmdline-opts/MANPAGE.md index d9f550f51..1ba00c83c 100644 --- a/docs/cmdline-opts/MANPAGE.md +++ b/docs/cmdline-opts/MANPAGE.md @@ -26,7 +26,6 @@ Each file has a set of meta-data and a body of text. Mutexed: (space separated list of options this overrides) Requires: (space separated list of features this option requires) See-also: (space separated list of related options) - Redirect: (option name to use instead) Help: (short text for the --help output for this option) --- (end of meta-data) diff --git a/docs/cmdline-opts/crlfile.d b/docs/cmdline-opts/crlfile.d index ae216b9e5..0fcc63c85 100644 --- a/docs/cmdline-opts/crlfile.d +++ b/docs/cmdline-opts/crlfile.d @@ -1,4 +1,4 @@ -Long: crfile +Long: crlfile Arg: Protocols: TLS Help: Get a CRL list in PEM format from the given file diff --git a/docs/cmdline-opts/data-ascii.d b/docs/cmdline-opts/data-ascii.d index 52f80312c..bda4abc3d 100644 --- a/docs/cmdline-opts/data-ascii.d +++ b/docs/cmdline-opts/data-ascii.d @@ -2,4 +2,5 @@ Long: data-ascii Arg: Help: HTTP POST ASCII data Protocols: HTTP -Redirect: data +--- +This is just an alias for --data. diff --git a/docs/cmdline-opts/disable-epsv.d b/docs/cmdline-opts/disable-epsv.d new file mode 100644 index 000000000..6d2cb7089 --- /dev/null +++ b/docs/cmdline-opts/disable-epsv.d @@ -0,0 +1,16 @@ +Long: disable-epsv +Help: Inhibit using EPSV +Protocols: FTP +--- +(FTP) Tell curl to disable the use of the EPSV command when doing passive FTP +transfers. Curl will normally always first attempt to use EPSV before PASV, +but with this option, it will not try using EPSV. + +--epsv can be used to explicitly enable EPSV again and --no-epsv is an alias +for --disable-epsv. + +If the server is an IPv6 host, this option will have no effect as EPSV is +necessary then. + +Disabling EPSV only changes the passive behavior. If you want to switch to +active mode you need to use --ftp-port. diff --git a/docs/cmdline-opts/ftp-ssl-reqd.d b/docs/cmdline-opts/ftp-ssl-reqd.d deleted file mode 100644 index 2f8048463..000000000 --- a/docs/cmdline-opts/ftp-ssl-reqd.d +++ /dev/null @@ -1,3 +0,0 @@ -Long: ftp-ssl-reqd -Help: Require SSL/TLS -Redirect: ssl-reqd diff --git a/docs/cmdline-opts/ftp-ssl.d b/docs/cmdline-opts/ftp-ssl.d deleted file mode 100644 index aee48a1cb..000000000 --- a/docs/cmdline-opts/ftp-ssl.d +++ /dev/null @@ -1,3 +0,0 @@ -Long: ftp-ssl -Help: Try SSL/TLS -Redirect: ssl diff --git a/docs/cmdline-opts/gen.pl b/docs/cmdline-opts/gen.pl index ea6d7adf9..6fe24be1e 100755 --- a/docs/cmdline-opts/gen.pl +++ b/docs/cmdline-opts/gen.pl @@ -95,7 +95,6 @@ sub single { my $arg; my $mutexed; my $requires; - my $redirect; my $seealso; my $magic; # cmdline special option while() { @@ -129,9 +128,6 @@ sub single { elsif(/^Requires: *(.*)/i) { $requires=$1; } - elsif(/^Redirect: *(.*)/i) { - $redirect=$1; - } elsif(/^Help: *(.*)/i) { ; } @@ -174,14 +170,8 @@ sub single { else { print ".IP \"$opt\"\n"; } - if($redirect) { - my $l = manpageify($redirect); - print "Use $l instead!\n"; - } - else { - if($protocols) { - print protocols($standalone, $protocols); - } + if($protocols) { + print protocols($standalone, $protocols); } if($standalone) { diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d index 762334fe4..90af7359e 100644 --- a/docs/cmdline-opts/header.d +++ b/docs/cmdline-opts/header.d @@ -31,9 +31,8 @@ Example: curl -H "X-First-Name: Joe" http://example.com/ \fBWARNING\fP: headers set with this option will be set in all requests - even -after redirects are followed, like when told with \fB-L, --location\fP. This -can lead to the header being sent to other hosts than the original host, so -sensitive headers should be used with caution combined with following -redirects. +after redirects are followed, like when told with --location. This can lead to +the header being sent to other hosts than the original host, so sensitive +headers should be used with caution combined with following redirects. This option can be used multiple times to add/replace/remove multiple headers. diff --git a/docs/cmdline-opts/help.d b/docs/cmdline-opts/help.d new file mode 100644 index 000000000..64aa696d4 --- /dev/null +++ b/docs/cmdline-opts/help.d @@ -0,0 +1,6 @@ +Long: help +Short: h +Help: This help text +--- +Usage help. This lists all current command line options with a short +description. diff --git a/docs/cmdline-opts/krb4.d b/docs/cmdline-opts/krb4.d deleted file mode 100644 index 79bab81b9..000000000 --- a/docs/cmdline-opts/krb4.d +++ /dev/null @@ -1,2 +0,0 @@ -Long: krb4 -Redirect: krb diff --git a/docs/cmdline-opts/login-options.d b/docs/cmdline-opts/login-options.d index ea2af082d..8bad0511d 100644 --- a/docs/cmdline-opts/login-options.d +++ b/docs/cmdline-opts/login-options.d @@ -1,6 +1,7 @@ Long: login-options Arg: Protocols: IMAP POP3 SMTP +Help: Server login options Added: 7.34.0 --- Specify the login options to use during server authentication. diff --git a/docs/cmdline-opts/manual.d b/docs/cmdline-opts/manual.d new file mode 100644 index 000000000..a9dbb0c78 --- /dev/null +++ b/docs/cmdline-opts/manual.d @@ -0,0 +1,5 @@ +Long: manual +Short: M +Help: Display the full manual +--- +Manual. Display the huge help text. diff --git a/docs/cmdline-opts/progress-bar.d b/docs/cmdline-opts/progress-bar.d index 360690c17..11e95b45e 100644 --- a/docs/cmdline-opts/progress-bar.d +++ b/docs/cmdline-opts/progress-bar.d @@ -1,6 +1,6 @@ Short: # Long: progress-bar -Help: Disable the ALPN TLS extension +Help: Display transfer progress as a bar --- Make curl display transfer progress as a simple progress bar instead of the standard, more informational, meter. diff --git a/docs/cmdline-opts/proxy-cert-type.d b/docs/cmdline-opts/proxy-cert-type.d new file mode 100644 index 000000000..8c9e7889b --- /dev/null +++ b/docs/cmdline-opts/proxy-cert-type.d @@ -0,0 +1,6 @@ +Long: proxy-cert-type +Arg: +Added: 7.52.0 +Help: Client certificate type for HTTS proxy +--- +Same as --cert-type but used in HTTPS proxy context. diff --git a/docs/cmdline-opts/proxy-cert.d b/docs/cmdline-opts/proxy-cert.d index 495296b14..43acd3950 100644 --- a/docs/cmdline-opts/proxy-cert.d +++ b/docs/cmdline-opts/proxy-cert.d @@ -1,6 +1,6 @@ Long: proxy-cert Arg: -Help: Client certificate file and password for proxy +Help: Set client certificate for proxy Added: 7.52.0 --- Same as --cert but used in HTTPS proxy context. diff --git a/docs/cmdline-opts/proxy-ssl-allow-beast.d b/docs/cmdline-opts/proxy-ssl-allow-beast.d index 6b25892f5..de96b8436 100644 --- a/docs/cmdline-opts/proxy-ssl-allow-beast.d +++ b/docs/cmdline-opts/proxy-ssl-allow-beast.d @@ -1,5 +1,5 @@ Long: proxy-ssl-allow-beast -Help: Allow security flaw to improve interop for HTTPS proxy +Help: Allow security flaw for interop for HTTPS proxy Added: 7.52.0 --- Same as --ssl-allow-beast but used in HTTPS proxy context. diff --git a/docs/cmdline-opts/proxy-user.d b/docs/cmdline-opts/proxy-user.d new file mode 100644 index 000000000..b1f6f6e03 --- /dev/null +++ b/docs/cmdline-opts/proxy-user.d @@ -0,0 +1,12 @@ +Long: proxy-user +Short: U +Arg: +Help: Proxy user and password +--- +Specify the user name and password to use for proxy authentication. + +If you use a Windows SSPI-enabled curl binary and do either Negotiate or NTLM +authentication then you can tell curl to select the user name and password +from your environment by specifying a single colon with this option: "-U :". + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/proxy.d b/docs/cmdline-opts/proxy.d new file mode 100644 index 000000000..377a51aab --- /dev/null +++ b/docs/cmdline-opts/proxy.d @@ -0,0 +1,34 @@ +Long: proxy +Short: x +Arg: [protocol://]host[:port] +Help: Use this proxy +--- +Use the specified proxy. + +The proxy string can be specified with a protocol:// prefix to specify +alternative proxy protocols. Use socks4://, socks4a://, socks5:// or +socks5h:// to request the specific SOCKS version to be used. No protocol +specified, http:// and all others will be treated as HTTP proxies. (The +protocol support was added in curl 7.21.7) + +If the port number is not specified in the proxy string, it is assumed to be +1080. + +This option overrides existing environment variables that set the proxy to +use. If there's an environment variable setting a proxy, you can set proxy to +\&"" to override it. + +All operations that are performed over an HTTP proxy will transparently be +converted to HTTP. It means that certain protocol specific operations might +not be available. This is not the case if you can tunnel through the proxy, as +one with the --proxytunnel option. + +User and password that might be provided in the proxy string are URL decoded +by curl. This allows you to pass in special characters such as @ by using %40 +or pass in a colon with %3a. + +The proxy host can be specified the exact same way as the proxy environment +variables, including the protocol prefix (http://) and the embedded user + +password. + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/proxytunnel.d b/docs/cmdline-opts/proxytunnel.d index 3328dab69..09855ed34 100644 --- a/docs/cmdline-opts/proxytunnel.d +++ b/docs/cmdline-opts/proxytunnel.d @@ -1,4 +1,5 @@ Long: proxytunnel +Short: p Help: Operate through a HTTP proxy tunnel (using CONNECT) See-also: proxy --- diff --git a/docs/cmdline-opts/referer.d b/docs/cmdline-opts/referer.d index dbecd785d..fe6557a25 100644 --- a/docs/cmdline-opts/referer.d +++ b/docs/cmdline-opts/referer.d @@ -1,4 +1,5 @@ Long: referer +Short: e Protocols: HTTP Help: Referer URL See-also: user-agent header diff --git a/docs/cmdline-opts/request.d b/docs/cmdline-opts/request.d new file mode 100644 index 000000000..3919d426a --- /dev/null +++ b/docs/cmdline-opts/request.d @@ -0,0 +1,39 @@ +Long: request +Short: X +Arg: +Help: Specify request command to use +--- +(HTTP) Specifies a custom request method to use when communicating with the +HTTP server. The specified request method will be used instead of the method +otherwise used (which defaults to GET). Read the HTTP 1.1 specification for +details and explanations. Common additional HTTP requests include PUT and +DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and +more. + +Normally you don't need this option. All sorts of GET, HEAD, POST and PUT +requests are rather invoked by using dedicated command line options. + +This option only changes the actual word used in the HTTP request, it does not +alter the way curl behaves. So for example if you want to make a proper HEAD +request, using -X HEAD will not suffice. You need to use the --head option. + +The method string you set with --request will be used for all requests, which +if you for example use --location may cause unintended side-effects when curl +doesn't change request method according to the HTTP 30x response codes - and +similar. + +(FTP) +Specifies a custom FTP command to use instead of LIST when doing file lists +with FTP. + +(POP3) +Specifies a custom POP3 command to use instead of LIST or RETR. (Added in +7.26.0) + +(IMAP) +Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0) + +(SMTP) +Specifies a custom SMTP command to use instead of HELP or VRFY. (Added in 7.34.0) + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/show-error.d b/docs/cmdline-opts/show-error.d index fdc595681..ede174b7d 100644 --- a/docs/cmdline-opts/show-error.d +++ b/docs/cmdline-opts/show-error.d @@ -1,5 +1,5 @@ long: show-error Short: S -Help: Show error. With -s, make curl show errors when they occur +Help: Show error even when -s is used --- When used with --silent, it makes curl show an error message if it fails. diff --git a/docs/cmdline-opts/socks5-gssapi-nec.d b/docs/cmdline-opts/socks5-gssapi-nec.d new file mode 100644 index 000000000..477e218e3 --- /dev/null +++ b/docs/cmdline-opts/socks5-gssapi-nec.d @@ -0,0 +1,8 @@ +Long: socks5-gssapi-nec +Help: Compatibility with NEC SOCKS5 server +Added: 7.19.4 +--- +As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961 +says in section 4.3/4.4 it should be protected, but the NEC reference +implementation does not. The option --socks5-gssapi-nec allows the +unprotected exchange of the protection mode negotiation. diff --git a/docs/cmdline-opts/socks5-gssapi-service.d b/docs/cmdline-opts/socks5-gssapi-service.d new file mode 100644 index 000000000..eb3b2407b --- /dev/null +++ b/docs/cmdline-opts/socks5-gssapi-service.d @@ -0,0 +1,12 @@ +Long: socks5-gssapi-service +Arg: +Help: SOCKS5 proxy service name for GSS-API +Added: 7.19.4 +--- +The default service name for a socks server is rcmd/server-fqdn. This option +allows you to change it. + +Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use +sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name +would use sockd/real-name for cases where the proxy-name does not match the +principal name. diff --git a/docs/cmdline-opts/speed-limit.d b/docs/cmdline-opts/speed-limit.d new file mode 100644 index 000000000..e2b81c79a --- /dev/null +++ b/docs/cmdline-opts/speed-limit.d @@ -0,0 +1,10 @@ +Long: speed-limit +Short: Y +Arg: +Help: Stop transfers slower than this +--- +If a download is slower than this given speed (in bytes per second) for +speed-time seconds it gets aborted. speed-time is set with --speed-time and is +30 if not set. + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/speed-time.d b/docs/cmdline-opts/speed-time.d new file mode 100644 index 000000000..98d6ae13c --- /dev/null +++ b/docs/cmdline-opts/speed-time.d @@ -0,0 +1,13 @@ +Long: speed-time +Short: y +Arg: +Help: Trigger 'speed-limit' abort after this time +--- +If a download is slower than speed-limit bytes per second during a speed-time +period, the download gets aborted. If speed-time is used, the default +speed-limit will be 1 unless set with --speed-limit. + +This option controls transfers and thus will not affect slow connects etc. If +this is a concern for you, try the --connect-timeout option. + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/stderr.d b/docs/cmdline-opts/stderr.d new file mode 100644 index 000000000..e8cf7ba68 --- /dev/null +++ b/docs/cmdline-opts/stderr.d @@ -0,0 +1,8 @@ +Long: stderr +Help: Where to redirect stderr +See-also: verbose silent +--- +Redirect all writes to stderr to the specified file instead. If the file name +is a plain '-', it is instead written to stdout. + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/tcp-fastopen.d b/docs/cmdline-opts/tcp-fastopen.d new file mode 100644 index 000000000..08e141df7 --- /dev/null +++ b/docs/cmdline-opts/tcp-fastopen.d @@ -0,0 +1,5 @@ +Long: tcp-fastopen +Added: 7.49.0 +Help: Use TCP Fast Open +--- +Enable use of TCP Fast Open (RFC7413). diff --git a/docs/cmdline-opts/tcp-nodelay.d b/docs/cmdline-opts/tcp-nodelay.d new file mode 100644 index 000000000..0c0ddd068 --- /dev/null +++ b/docs/cmdline-opts/tcp-nodelay.d @@ -0,0 +1,9 @@ +Long: tcp-nodelay +Help: Use the TCP_NODELAY option +Added: 7.11.2 +--- +Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for +details about this option. + +Since 7.50.2, curl sets this option by default and you need to explictitly +switch it off if you don't want it on. diff --git a/docs/cmdline-opts/telnet-option.d b/docs/cmdline-opts/telnet-option.d new file mode 100644 index 000000000..a67cb627b --- /dev/null +++ b/docs/cmdline-opts/telnet-option.d @@ -0,0 +1,12 @@ +Long: telnet-option +Short: t +Arg: +Help: Set telnet option +--- +Pass options to the telnet protocol. Supported options are: + +TTYPE= Sets the terminal type. + +XDISPLOC= Sets the X display location. + +NEW_ENV= Sets an environment variable. diff --git a/docs/cmdline-opts/tftp-blksize.d b/docs/cmdline-opts/tftp-blksize.d new file mode 100644 index 000000000..04c6c53b6 --- /dev/null +++ b/docs/cmdline-opts/tftp-blksize.d @@ -0,0 +1,11 @@ +Long: tftp-blksize +Arg: +help: Set TFTP BLKSIZE option +Protocols: TFTP +Added: 7.20.0 +--- +Set TFTP BLKSIZE option (must be >512). This is the block size that curl will +try to use when transferring data to or from a TFTP server. By default 512 +bytes will be used. + +If this option is used several times, the last one will be used. diff --git a/docs/cmdline-opts/tftp-no-options.d b/docs/cmdline-opts/tftp-no-options.d new file mode 100644 index 000000000..e2a4dacd5 --- /dev/null +++ b/docs/cmdline-opts/tftp-no-options.d @@ -0,0 +1,10 @@ +Long: tftp-no-options +Help: Do not send any TFTP options +Protocols: TFTP +Added: 7.48.0 +--- +Tells curl not to send TFTP options requests. + +This option improves interop with some legacy servers that do not acknowledge +or properly implement TFTP options. When this option is used --tftp-blksize is +ignored. diff --git a/docs/cmdline-opts/time-cond.d b/docs/cmdline-opts/time-cond.d new file mode 100644 index 000000000..830b4e1a2 --- /dev/null +++ b/docs/cmdline-opts/time-cond.d @@ -0,0 +1,17 @@ +Long: time-cond +Short: z +Arg: