diff options
| -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: |
