diff options
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
| -rw-r--r-- | op-mode-definitions/show-system.xml.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 746601f43..85bfdcdba 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -29,13 +29,13 @@                      <properties>                        <help>Compare config file revisions</help>                      </properties> -                    <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --revb "$7"</command> +                    <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --rev2 "$7"</command>                      <children>                        <leafNode name="commands">                          <properties>                            <help>Compare config file revision commands</help>                          </properties> -                        <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --revb "$7" --commands</command> +                        <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --rev2 "$7" --commands</command>                        </leafNode>                      </children>                    </tagNode> | 
