diff m_option.c @ 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 8f036d112bb6
children 1973600f8f3e
line wrap: on
line diff
--- 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);