File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ const sections: commandLineUsage.Section[] = [
37
37
} ,
38
38
{
39
39
name : 'reenumerate-and-exit' ,
40
- description : 'Reenumerate as the bootloader or BusPal, wait for the specified seconds and exit. ' +
41
- 'May make Windows install the relevant USB drivers. ' +
42
- 'Please provide timeout in millisecond .' ,
40
+ description : 'Reenumerate as the bootloader or BusPal, wait for the specified timeout and exit. ' +
41
+ 'This may make Windows install the USB drivers needed for firmware update. ' +
42
+ 'Please provide the timeout in milliseconds .' ,
43
43
typeLabel : '(bootloader|buspal),timeout'
44
44
} ,
45
45
{
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export interface CommandLineArgs {
16
16
*/
17
17
'preserve-udev-rules' ?: boolean ;
18
18
/**
19
- * Reenumerate as the bootloader or BusPal, wait for the specified seconds and exit.
20
- * May make Windows install the relevant USB drivers.
19
+ * Reenumerate as the bootloader or BusPal, wait for the specified timeout and exit.
20
+ * This may make Windows install the USB drivers needed for firmware update .
21
21
*/
22
22
'reenumerate-and-exit' ?: string ;
23
23
/**
You can’t perform that action at this time.
0 commit comments