summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Fleytman <dfleytma@redhat.com>2015-12-24 18:39:59 +0200
committerDmitry Fleytman <dfleytma@redhat.com>2015-12-24 18:39:59 +0200
commit51ca12740b03237715bffb576c1d78635590b72e (patch)
treec6426593c8ca971b563631ccd91b6e898b704758
parent910c71c1914e2acf911587f9c05d266823d95ad4 (diff)
UsdDkController: Clarify redirection option in the help screenv1.00-9
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
-rw-r--r--UsbDkController/UsbDkController.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/UsbDkController/UsbDkController.cpp b/UsbDkController/UsbDkController.cpp
index 100b571..4d97e55 100644
--- a/UsbDkController/UsbDkController.cpp
+++ b/UsbDkController/UsbDkController.cpp
@@ -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;