summaryrefslogtreecommitdiff
path: root/src/op_mode/mtr.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/op_mode/mtr.py')
-rw-r--r--src/op_mode/mtr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/mtr.py b/src/op_mode/mtr.py
index baf9672a1..eea80c4da 100644
--- a/src/op_mode/mtr.py
+++ b/src/op_mode/mtr.py
@@ -23,7 +23,7 @@ from vyos.utils.network import vrf_list
from vyos.utils.process import call
options = {
- 'report': {
+ 'report-mode': {
'mtr': '{command} --report',
'type': 'noarg',
'help': 'This option puts mtr into report mode. When in this mode, mtr will run for the number of cycles specified by the -c option, and then print statistics and exit.'