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 d996e03 commit 06c87b5Copy full SHA for 06c87b5
src/vm-repair/azext_vm_repair/_params.py
@@ -65,7 +65,7 @@ def load_arguments(self, _):
65
c.argument('repair_group_name', help='Name for new or existing resource group that will contain repair VM.')
66
67
with self.argument_context('vm repair repair-button') as c:
68
- c.argument('button_command', help='Button_command for repair VM.')
+ c.argument('button_command', help='Specific ALAR script being used for repair VM.')
69
c.argument('repair_username', help='Admin username for repair VM.')
70
c.argument('repair_password', help='Admin password for the repair VM.')
71
c.argument('copy_disk_name', help='Name of OS disk copy.')
0 commit comments