]> git.sesse.net Git - vlc/commitdiff
help: fix help string if colors are disabled
authorRémi Duraffort <ivoire@videolan.org>
Sun, 19 Jan 2014 16:39:59 +0000 (17:39 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 19 Jan 2014 16:39:59 +0000 (17:39 +0100)
src/config/help.c

index fd69763d226d4bb09f0aa0ced6efcaef55fa8016..30a93b5d22eced29301009fb856b5665c933284d 100644 (file)
@@ -566,7 +566,7 @@ static void Usage (vlc_object_t *p_this, char const *psz_search)
         }
 
         /* Print name of module */
-        printf(color ? "\n " GREEN "%s" GRAY " (%s)\n" : "\n %s\n",
+        printf(color ? "\n " GREEN "%s" GRAY " (%s)\n" : "\n %s (%s)\n",
                module_gettext(m, m->psz_longname), objname);
         if (m->psz_help != NULL)
             printf(color ? CYAN" %s\n"GRAY : " %s\n",