summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-system.xml.in
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2023-01-23 12:15:40 -0600
committerJohn Estabrook <jestabro@vyos.io>2023-01-23 14:36:03 -0600
commit3dc53da7a5e717a869ef4fd72fbfe530fb19ac5b (patch)
tree4007105676ad3b03f14b72d713d751c81cb7213e /op-mode-definitions/show-system.xml.in
parent90bd28bd9c487d4f2e4e8555dccc0b1e89886ab0 (diff)
downloadvyos-1x-3dc53da7a5e717a869ef4fd72fbfe530fb19ac5b.tar.gz
vyos-1x-3dc53da7a5e717a869ef4fd72fbfe530fb19ac5b.zip
graphql: T4953: remove convert_kwargs_to_snake_case decorator
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r--op-mode-definitions/show-system.xml.in4
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>