UsdDkController: Clarify redirection option in the help screen

Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
Dmitry Fleytman 2015-12-24 18:39:59 +02:00
parent 910c71c191
commit 51ca12740b

View file

@ -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;