Skip to content

Commit 1dbbb71

Browse files
committed
Edit command line help description.
1 parent f15b4cc commit 1dbbb71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/uhk-agent/src/util/command-line.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const sections: commandLineUsage.Section[] = [
3737
},
3838
{
3939
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.',
4343
typeLabel: '(bootloader|buspal),timeout'
4444
},
4545
{

packages/uhk-common/src/models/command-line-args.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export interface CommandLineArgs {
1616
*/
1717
'preserve-udev-rules'?: boolean;
1818
/**
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.
2121
*/
2222
'reenumerate-and-exit'?: string;
2323
/**

0 commit comments

Comments
 (0)