mirror of
https://github.com/curl/curl.git
synced 2026-05-03 02:57:51 +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
|
|
@ -1961,7 +1961,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
|||
case C_PROGRESS_BAR: /* --progress-bar */
|
||||
global->progressmode = toggle ? CURL_PROGRESS_BAR : CURL_PROGRESS_STATS;
|
||||
break;
|
||||
case C_VARIABLE: /* --Variable */
|
||||
case C_VARIABLE: /* --variable */
|
||||
err = setvariable(global, nextarg);
|
||||
break;
|
||||
case C_NEXT: /* --next */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue