Changeset 92003 in vbox for trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp
- Timestamp:
- Oct 22, 2021 12:57:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp
r92002 r92003 67 67 { 68 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" 69 case VKAT_ENUM_OPT_PROBE_BACKENDS: return "Probes all (available) backends until a working one is found\n"; 70 70 default: return NULL; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.