UsdDkController: Clarify redirection option in the help screen
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
parent
910c71c191
commit
51ca12740b
1 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,10 @@ static void ShowUsage()
|
|||
tcout << TEXT(" UsbDkController -i - install UsbDk driver") << endl;
|
||||
tcout << TEXT(" UsbDkController -u - uninstall UsbDk driver") << endl;
|
||||
tcout << TEXT(" UsbDkController -n - enumerate USB devices") << endl;
|
||||
tcout << TEXT(" UsbDkController -r ID SN - redirect device by ID and serial number") << endl;
|
||||
tcout << TEXT(" UsbDkController -r ID SN - redirect device by ID and serial number.") << endl;
|
||||
tcout << TEXT(" ID should be formatted the same way as") << endl;
|
||||
tcout << TEXT(" it appears in device enumeration output") << endl;
|
||||
tcout << TEXT(" and with quotes, i.e. \"USB\\VID_XXXX&PID_XXXX\"") << endl;
|
||||
tcout << endl;
|
||||
tcout << TEXT(" Hider API:") << endl;
|
||||
tcout << endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue