mirror of
https://github.com/curl/curl.git
synced 2026-08-01 03:08:06 +03:00
curl: support VLAN Priority: --vlan-priority
Add --vlan-priority option to the command line tool for setting VLAN priority. Closes #13907
This commit is contained in:
parent
1445b7ae23
commit
54fe8c44e1
9 changed files with 62 additions and 5 deletions
|
|
@ -810,6 +810,9 @@ const struct helptxt helptext[] = {
|
|||
{"-V, --version",
|
||||
"Show version number and quit",
|
||||
CURLHELP_IMPORTANT | CURLHELP_CURL},
|
||||
{" --vlan-priority <priority>",
|
||||
"Set VLAN priority",
|
||||
CURLHELP_CONNECTION},
|
||||
{"-w, --write-out <format>",
|
||||
"Output FORMAT after completion",
|
||||
CURLHELP_VERBOSE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue