Message ID | MAZP287MB05035FBFC9A954A55A67790BE4362@MAZP287MB0503.INDP287.PROD.OUTLOOK.COM (mailing list archive) |
---|---|
State | Accepted |
Commit | 43b53968634e2d4271bfa4f96e12e4d9cd57b8c7 |
Delegated to: | David Ahern |
Headers | show |
Series | [iproute2-next,v3,1/2] bridge: vlan: fix compressvlans usage | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Mon, 25 Mar 2024 13:49:15 +0800 you wrote: > Fix the incorrect short opt for compressvlans and color > in usage > > Signed-off-by: Date Huang <tjjh89017@hotmail.com> > --- > bridge/bridge.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [iproute2-next,v3,1/2] bridge: vlan: fix compressvlans usage https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=43b53968634e - [iproute2-next,v3,2/2] bridge: vlan: add compressvlans manpage (no matching commit) You are awesome, thank you!
diff --git a/bridge/bridge.c b/bridge/bridge.c index f4805092..ef592815 100644 --- a/bridge/bridge.c +++ b/bridge/bridge.c @@ -39,7 +39,7 @@ static void usage(void) "where OBJECT := { link | fdb | mdb | vlan | vni | monitor }\n" " OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] |\n" " -o[neline] | -t[imestamp] | -n[etns] name |\n" -" -c[ompressvlans] -color -p[retty] -j[son] }\n"); +" -com[pressvlans] -c[olor] -p[retty] -j[son] }\n"); exit(-1); }
Fix the incorrect short opt for compressvlans and color in usage Signed-off-by: Date Huang <tjjh89017@hotmail.com> --- bridge/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)