Changeset 92463 in vbox for trunk/src/VBox/ValidationKit/utils/audio/vkat.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/vkat.cpp
r92396 r92463 729 729 case VKAT_TEST_OPT_PCM_SIGNED: return "PCM samples to use (signed = true, unsigned = false)\n" 730 730 " Default: true"; 731 case VKAT_TEST_OPT_PROBE_BACKENDS: return "Probes all (available) backends until a working one is found \n";731 case VKAT_TEST_OPT_PROBE_BACKENDS: return "Probes all (available) backends until a working one is found"; 732 732 case VKAT_TEST_OPT_TAG: return "Test set tag to use"; 733 733 case VKAT_TEST_OPT_TEMPDIR: return "Temporary directory to use"; … … 1298 1298 "Global Options:\n" 1299 1299 " --debug-audio\n" 1300 " Enables (DrvAudio) debugging .\n"1300 " Enables (DrvAudio) debugging\n" 1301 1301 " --debug-audio-path=<path>\n" 1302 " Tells DrvAudio where to put its debug output (wav-files) .\n"1302 " Tells DrvAudio where to put its debug output (wav-files)\n" 1303 1303 " -q, --quiet\n" 1304 " Sets verbosity to zero .\n"1304 " Sets verbosity to zero\n" 1305 1305 " -v, --verbose\n" 1306 " Increase verbosity .\n"1306 " Increase verbosity\n" 1307 1307 " -V, --version\n" 1308 " Displays version .\n"1308 " Displays version\n" 1309 1309 " -h, -?, --help\n" 1310 " Displays help .\n"1310 " Displays help\n" 1311 1311 ); 1312 1312
Note:
See TracChangeset
for help on using the changeset viewer.