From 040a4c0565081d0b6df2bf789737ed0e7bde2642 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 16 Jun 2026 20:24:44 +0200 Subject: op-mode: T8923: show-bond.py typo fix "--interface" over "--interfaces" --- src/op_mode/show-bond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/op_mode/show-bond.py b/src/op_mode/show-bond.py index 49e5f7234..e50a5c835 100755 --- a/src/op_mode/show-bond.py +++ b/src/op_mode/show-bond.py @@ -47,7 +47,7 @@ TMPL_INDIVIDUAL_BOND = """Interface RX: bytes packets TX: bytes pac """ if args.slaves and args.interface: - exit('Cannot use both --slaves and --interfaces option at the same time') + exit('Cannot use both --slaves and --interface option at the same time') parser.print_help() elif args.slaves: -- cgit v1.2.3