Skip to content

Commit 736e622

Browse files
author
chaitanya jandhyala
committed
added few comments
1 parent 12424a5 commit 736e622

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/platform/linux/Options.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -216,19 +216,19 @@ const char * sDeviceOptionHelp =
216216
" The Product ID is specified by vendor.\n"
217217
"\n"
218218
" --vendor-name <id>\n"
219-
" The Product ID is specified by vendor.\n"
219+
" The vendor name specified by the vendor.\n"
220220
"\n"
221221
" --product-name <id>\n"
222-
" The Product ID is specified by vendor.\n"
222+
" The product name specified by vendor.\n"
223223
"\n"
224224
" --hardware-version-string <id>\n"
225-
" The Product ID is specified by vendor.\n"
225+
" The hardware version string specified by vendor.\n"
226226
"\n"
227227
" --software-version-string <id>\n"
228-
" The Product ID is specified by vendor.\n"
228+
" The software version string specified by vendor.\n"
229229
"\n"
230230
" --serial-number <id>\n"
231-
" The Product ID is specified by vendor.\n"
231+
" The serial number specified by vendor.\n"
232232
"\n"
233233
" --custom-flow <Standard = 0 | UserActionRequired = 1 | Custom = 2>\n"
234234
" A 2-bit unsigned enumeration specifying manufacturer-specific custom flow options.\n"

0 commit comments

Comments
 (0)