Small touch up
authorMiguel de Icaza <miguel@gnome.org>
Mon, 21 Jul 2003 02:09:05 +0000 (02:09 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 21 Jul 2003 02:09:05 +0000 (02:09 -0000)
svn path=/trunk/mono/; revision=16466

mono/dis/main.c

index 0991255f1c6903463d0859703f7ef8fec9c56635..9213550d1667dfa407d1e87996d818592530b881 100644 (file)
@@ -983,7 +983,7 @@ disassemble_file (const char *file)
 static void
 usage (void)
 {
-       GString *args = g_string_new ("[--output=filename] [--help] [--mscorlib] ");
+       GString *args = g_string_new ("[--output=filename] [--help] [--mscorlib]\n");
        int i;
        
        for (i = 0; table_list [i].name != NULL; i++){