Message ID | MAZP287MB05030EB14BE2BDAC9E1DB01EE4312@MAZP287MB0503.INDP287.PROD.OUTLOOK.COM (mailing list archive) |
---|---|
State | Accepted |
Commit | 43b53968634e2d4271bfa4f96e12e4d9cd57b8c7 |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | bridge: vlan: add compressvlans manpage | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On 3/22/24 14:39, Date Huang 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(-) > > 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); > } > Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
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(-)