X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsh.c;h=d87f92eabfb8cc15f67ee31274b079e4b04b2f7d;hp=6d6fbca2fed46b98d27cf4c33dca7aa3d81e865c;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=38615191e71744b066425e0c44412b62dbe49cc2 diff --git a/uip/msh.c b/uip/msh.c index 6d6fbca..d87f92e 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -1475,7 +1475,7 @@ getargs (char *prompt, struct swit *sw, struct Cmd *cmdp) continue; if (buffer[0] == '?') { printf ("commands:\n"); - print_sw (ALL, sw, ""); + print_sw (ALL, sw, "", stdout); printf ("type CTRL-D or use ``quit'' to leave %s\n", invo_name); continue; @@ -2142,7 +2142,7 @@ pCMD (char *str, struct swit *sw, struct Cmd *cmdp) case OK: printf ("commands:\n"); - print_sw (ALL, sw, ""); + print_sw (ALL, sw, "", stdout); printf ("type ``quit'' to leave %s\n", invo_name); fflush (stdout); fflush (stderr);