mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:33:33 +03:00
cmdline-docs: fix --proxy-ca-native example + tidy-ups
Also: - fix an indentation. - fix capitalized option in comment. Closes #14078
This commit is contained in:
parent
6b10edb764
commit
9484beaa49
3 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ See-also:
|
||||||
- capath
|
- capath
|
||||||
- insecure
|
- insecure
|
||||||
Example:
|
Example:
|
||||||
- --ca-native $URL
|
- --proxy-ca-native $URL
|
||||||
---
|
---
|
||||||
|
|
||||||
# `--proxy-ca-native`
|
# `--proxy-ca-native`
|
||||||
|
|
|
||||||
|
|
@ -1961,7 +1961,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
||||||
case C_PROGRESS_BAR: /* --progress-bar */
|
case C_PROGRESS_BAR: /* --progress-bar */
|
||||||
global->progressmode = toggle ? CURL_PROGRESS_BAR : CURL_PROGRESS_STATS;
|
global->progressmode = toggle ? CURL_PROGRESS_BAR : CURL_PROGRESS_STATS;
|
||||||
break;
|
break;
|
||||||
case C_VARIABLE: /* --Variable */
|
case C_VARIABLE: /* --variable */
|
||||||
err = setvariable(global, nextarg);
|
err = setvariable(global, nextarg);
|
||||||
break;
|
break;
|
||||||
case C_NEXT: /* --next */
|
case C_NEXT: /* --next */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue