Skip to content

Commit 06c87b5

Browse files
Update _params.py
Modifying the repair-button --button-command text
1 parent d996e03 commit 06c87b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm-repair/azext_vm_repair/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def load_arguments(self, _):
6565
c.argument('repair_group_name', help='Name for new or existing resource group that will contain repair VM.')
6666

6767
with self.argument_context('vm repair repair-button') as c:
68-
c.argument('button_command', help='Button_command for repair VM.')
68+
c.argument('button_command', help='Specific ALAR script being used for repair VM.')
6969
c.argument('repair_username', help='Admin username for repair VM.')
7070
c.argument('repair_password', help='Admin password for the repair VM.')
7171
c.argument('copy_disk_name', help='Name of OS disk copy.')

0 commit comments

Comments
 (0)