changeset 17727:096cb1dfb591

Make -xy help output consistent, output an empty line before and after.
author diego
date Sat, 04 Mar 2006 17:33:56 +0000
parents 541738aa3079
children fe2520f6039e
files cfg-common.h libvo/x11_common.c m_option.c
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sat Mar 04 16:30:25 2006 +0000
+++ b/cfg-common.h	Sat Mar 04 17:33:56 2006 +0000
@@ -524,7 +524,7 @@
 	{ "afilter", &mp_msg_levels[MSGT_AFILTER], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
 	{ "netst", &mp_msg_levels[MSGT_NETST], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
 	{ "muxer", &mp_msg_levels[MSGT_MUXER], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
-        {"help", "\nAvailable msg mdoules:\n"
+        {"help", "Available msg modules:\n"
         "   global     - common player errors/information\n"
         "   cplayer    - console player (mplayer.c)\n"
         "   gplayer    - gui player\n"
--- a/libvo/x11_common.c	Sat Mar 04 16:30:25 2006 +0000
+++ b/libvo/x11_common.c	Sat Mar 04 17:33:56 2006 +0000
@@ -240,7 +240,7 @@
            "use _NETWM_STATE_STAYS_ON_TOP hint if available");
     mp_msg(MSGT_VO, MSGL_INFO,
            "You can also negate the settings with simply putting '-' in the beginning");
-    mp_msg(MSGT_VO, MSGL_INFO, "\n\n");
+    mp_msg(MSGT_VO, MSGL_INFO, "\n");
 }
 
 static void fstype_dump(int fstype)
--- a/m_option.c	Sat Mar 04 16:30:25 2006 +0000
+++ b/m_option.c	Sat Mar 04 17:33:56 2006 +0000
@@ -1584,6 +1584,7 @@
       mp_msg(MSGT_VFILTER,MSGL_INFO,"  %-15s: %s\n",
 	     M_ST_MB(char*,ol->list[n],ol->name_off),
 	     M_ST_MB(char*,ol->list[n],ol->info_off));
+    mp_msg(MSGT_VFILTER,MSGL_INFO,"\n");
     return M_OPT_EXIT - 1;
   }
   ptr = str = strdup(param);