Skip to content

Commit

Permalink
UsdDkController: Clarify redirection option in the help screen
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
  • Loading branch information
Dmitry Fleytman committed Dec 24, 2015
1 parent 910c71c commit 51ca127
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UsbDkController/UsbDkController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51ca127

Please sign in to comment.