Changeset 92463 in vbox for trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp
- Timestamp:
- Nov 16, 2021 3:55:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp
r92003 r92463 66 66 switch (pOpt->iShort) 67 67 { 68 case 'b': return "The audio backend to use .";69 case VKAT_ENUM_OPT_PROBE_BACKENDS: return "Probes all (available) backends until a working one is found \n";68 case 'b': return "The audio backend to use"; 69 case VKAT_ENUM_OPT_PROBE_BACKENDS: return "Probes all (available) backends until a working one is found"; 70 70 default: return NULL; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.