* mu: improve mu script help

This commit is contained in:
djcb
2012-10-23 11:32:55 +03:00
parent 4e6f104085
commit d1c36c06d7
3 changed files with 37 additions and 6 deletions

View File

@ -1,3 +1,4 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/*
@ -76,7 +77,9 @@ print_scripts (GSList *scripts, gboolean verbose, const char *rxstr,
g_print ("\n");
first = FALSE;
g_print ("%s%s%s", name,
g_print ("%s%s%s%s",
verbose ? "" : " * ",
name,
oneline ? ": " : "",
oneline ? oneline :"");