summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-06-16 20:24:44 +0200
committerChristian Breunig <christian@breunig.cc>2026-06-16 20:24:44 +0200
commit040a4c0565081d0b6df2bf789737ed0e7bde2642 (patch)
treee17f44f127ea004d7cd42b58ad22d8aa450df0d0 /src
parent51e6b967b1216853c2bd3bc3298639bd3382b5bc (diff)
downloadvyos-1x-040a4c0565081d0b6df2bf789737ed0e7bde2642.tar.gz
vyos-1x-040a4c0565081d0b6df2bf789737ed0e7bde2642.zip
op-mode: T8923: show-bond.py typo fix "--interface" over "--interfaces"
Diffstat (limited to 'src')
-rwxr-xr-xsrc/op_mode/show-bond.py2
1 files changed, 1 insertions, 1 deletions
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: