Index: /trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp	(revision 92462)
+++ /trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp	(revision 92463)
@@ -900,18 +900,18 @@
     RTStrmPrintf(pStream,
                  "  --tcp-conn-mode <0=both|1=client|2=server>\n"
-                 "       Selects the connection mode.\n"
-                 "       Default: 0 (both)\n"
+                 "    Selects the connection mode\n"
+                 "    Default: 0 (both)\n"
                  "  --tcp-bind-addr[ess] <address>\n"
-                 "       The address(es) to listen to TCP connection on.  Empty string\n"
-                 "       means any address, this is the default.\n"
+                 "    The address(es) to listen to TCP connection on. Empty string\n"
+                 "    means any address, this is the default\n"
                  "  --tcp-bind-port <port>\n"
-                 "       The port to listen to TCP connections on.\n"
-                 "       Default: %u\n"
+                 "    The port to listen to TCP connections on\n"
+                 "    Default: %u\n"
                  "  --tcp-connect-addr[ess] <address>\n"
-                 "       The address of the server to try connect to in client mode.\n"
-                 "       Default: " ATS_TCP_DEF_CONNECT_GUEST_STR "\n"
+                 "    The address of the server to try connect to in client mode\n"
+                 "    Default: " ATS_TCP_DEF_CONNECT_GUEST_STR "\n"
                  "  --tcp-connect-port <port>\n"
-                 "       The port on the server to connect to in client mode.\n"
-                 "       Default: %u\n"
+                 "    The port on the server to connect to in client mode\n"
+                 "    Default: %u\n"
                  , ATS_TCP_DEF_BIND_PORT_GUEST, ATS_TCP_DEF_CONNECT_PORT_GUEST);
 }
Index: /trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
===================================================================
--- /trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp	(revision 92462)
+++ /trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp	(revision 92463)
@@ -729,5 +729,5 @@
         case VKAT_TEST_OPT_PCM_SIGNED:          return "PCM samples to use (signed = true, unsigned = false)\n"
                                                        "    Default: true";
-        case VKAT_TEST_OPT_PROBE_BACKENDS:      return "Probes all (available) backends until a working one is found\n";
+        case VKAT_TEST_OPT_PROBE_BACKENDS:      return "Probes all (available) backends until a working one is found";
         case VKAT_TEST_OPT_TAG:                 return "Test set tag to use";
         case VKAT_TEST_OPT_TEMPDIR:             return "Temporary directory to use";
@@ -1298,15 +1298,15 @@
                  "Global Options:\n"
                  "  --debug-audio\n"
-                 "    Enables (DrvAudio) debugging.\n"
+                 "    Enables (DrvAudio) debugging\n"
                  "  --debug-audio-path=<path>\n"
-                 "    Tells DrvAudio where to put its debug output (wav-files).\n"
+                 "    Tells DrvAudio where to put its debug output (wav-files)\n"
                  "  -q, --quiet\n"
-                 "    Sets verbosity to zero.\n"
+                 "    Sets verbosity to zero\n"
                  "  -v, --verbose\n"
-                 "    Increase verbosity.\n"
+                 "    Increase verbosity\n"
                  "  -V, --version\n"
-                 "    Displays version.\n"
+                 "    Displays version\n"
                  "  -h, -?, --help\n"
-                 "    Displays help.\n"
+                 "    Displays help\n"
                  );
 
Index: /trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp
===================================================================
--- /trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp	(revision 92462)
+++ /trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp	(revision 92463)
@@ -66,6 +66,6 @@
     switch (pOpt->iShort)
     {
-        case 'b':                               return "The audio backend to use.";
-        case VKAT_ENUM_OPT_PROBE_BACKENDS:      return "Probes all (available) backends until a working one is found\n";
+        case 'b':                               return "The audio backend to use";
+        case VKAT_ENUM_OPT_PROBE_BACKENDS:      return "Probes all (available) backends until a working one is found";
         default:  return NULL;
     }
Index: /trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h
===================================================================
--- /trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h	(revision 92462)
+++ /trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h	(revision 92463)
@@ -515,5 +515,4 @@
             \
             case 'h': \
-                audioTestShowLogo(g_pStdOut); \
                 return audioTestUsage(g_pStdOut); \
             \
