]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
main: use ply_error_without_new_line for help string
authorRay Strode <rstrode@redhat.com>
Fri, 17 Sep 2010 01:17:50 +0000 (21:17 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 17 Sep 2010 01:17:50 +0000 (21:17 -0400)
It already has new lines in it.

src/main.c

index b06dbdc77794ccea7a0b86ee83de54a9fea36b99..fa8bf514c2ec112ca2405efb24c3db92edfb28b1 100644 (file)
@@ -2020,7 +2020,7 @@ main (int    argc,
 
       help_string = ply_command_parser_get_help_string (state.command_parser);
 
-      ply_error ("%s", help_string);
+      ply_error_without_new_line ("%s", help_string);
 
       free (help_string);
       return EX_USAGE;