We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14b909 commit 0cd6cbeCopy full SHA for 0cd6cbe
src/cisco_gnmi/cli.py
@@ -211,10 +211,10 @@ def gnmi_set():
211
description="Performs Set RPC against network element."
212
)
213
parser.add_argument(
214
- "-update_json_config", description="JSON-modeled config to apply as an update."
+ "-update_json_config", help="JSON-modeled config to apply as an update."
215
216
217
- "-replace_json_config", description="JSON-modeled config to apply as an update."
+ "-replace_json_config", help="JSON-modeled config to apply as an update."
218
219
220
"-delete_xpath", help="XPaths to delete.", type=str, action="append"
0 commit comments