diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-16 20:24:44 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-06-16 20:24:44 +0200 |
| commit | 040a4c0565081d0b6df2bf789737ed0e7bde2642 (patch) | |
| tree | e17f44f127ea004d7cd42b58ad22d8aa450df0d0 /src/op_mode | |
| parent | 51e6b967b1216853c2bd3bc3298639bd3382b5bc (diff) | |
| download | vyos-1x-040a4c0565081d0b6df2bf789737ed0e7bde2642.tar.gz vyos-1x-040a4c0565081d0b6df2bf789737ed0e7bde2642.zip | |
op-mode: T8923: show-bond.py typo fix "--interface" over "--interfaces"
Diffstat (limited to 'src/op_mode')
| -rwxr-xr-x | src/op_mode/show-bond.py | 2 |
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: |
