Skip to content

Commit

Permalink
added few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanya jandhyala committed May 3, 2024
1 parent 12424a5 commit 736e622
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/platform/linux/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,19 +216,19 @@ const char * sDeviceOptionHelp =
" The Product ID is specified by vendor.\n"
"\n"
" --vendor-name <id>\n"
" The Product ID is specified by vendor.\n"
" The vendor name specified by the vendor.\n"
"\n"
" --product-name <id>\n"
" The Product ID is specified by vendor.\n"
" The product name specified by vendor.\n"
"\n"
" --hardware-version-string <id>\n"
" The Product ID is specified by vendor.\n"
" The hardware version string specified by vendor.\n"
"\n"
" --software-version-string <id>\n"
" The Product ID is specified by vendor.\n"
" The software version string specified by vendor.\n"
"\n"
" --serial-number <id>\n"
" The Product ID is specified by vendor.\n"
" The serial number specified by vendor.\n"
"\n"
" --custom-flow <Standard = 0 | UserActionRequired = 1 | Custom = 2>\n"
" A 2-bit unsigned enumeration specifying manufacturer-specific custom flow options.\n"
Expand Down

0 comments on commit 736e622

Please sign in to comment.