VirtualBox

Ignore:
Timestamp:
Nov 16, 2021 3:55:37 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Syntax help massaging. bugref:10008

Location:
trunk/src/VBox/ValidationKit/utils/audio
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r92396 r92463  
    729729        case VKAT_TEST_OPT_PCM_SIGNED:          return "PCM samples to use (signed = true, unsigned = false)\n"
    730730                                                       "    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";
    732732        case VKAT_TEST_OPT_TAG:                 return "Test set tag to use";
    733733        case VKAT_TEST_OPT_TEMPDIR:             return "Temporary directory to use";
     
    12981298                 "Global Options:\n"
    12991299                 "  --debug-audio\n"
    1300                  "    Enables (DrvAudio) debugging.\n"
     1300                 "    Enables (DrvAudio) debugging\n"
    13011301                 "  --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"
    13031303                 "  -q, --quiet\n"
    1304                  "    Sets verbosity to zero.\n"
     1304                 "    Sets verbosity to zero\n"
    13051305                 "  -v, --verbose\n"
    1306                  "    Increase verbosity.\n"
     1306                 "    Increase verbosity\n"
    13071307                 "  -V, --version\n"
    1308                  "    Displays version.\n"
     1308                 "    Displays version\n"
    13091309                 "  -h, -?, --help\n"
    1310                  "    Displays help.\n"
     1310                 "    Displays help\n"
    13111311                 );
    13121312
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp

    r92003 r92463  
    6666    switch (pOpt->iShort)
    6767    {
    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";
    7070        default:  return NULL;
    7171    }
  • trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h

    r92396 r92463  
    515515            \
    516516            case 'h': \
    517                 audioTestShowLogo(g_pStdOut); \
    518517                return audioTestUsage(g_pStdOut); \
    519518            \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette