Fixed 'ls -s' so it actually displays block sizes again.
[oweals/busybox.git] / rpmunpack.c
index 85c7c9c1ee3fc1aaf4a77734bbd7e8b0410f0b00..79971faf373a68f8bd57415838a8bd9896bd40c3 100644 (file)
@@ -44,7 +44,7 @@ static void myread(int num, char *buffer)
        if (err < 0)
                perror_msg_and_die(progname);
        else
-               error_msg_and_die("Unexpected end of input file!\n");
+               error_msg_and_die("Unexpected end of input file!");
   }
 }
 
@@ -64,7 +64,7 @@ int rpmunpack_main(int argc, char **argv)
 
   /* Check for command line parameters */
        if (argc>=2 && *argv[1]=='-') {
-           usage(rpmunpack_usage);
+           show_usage();
        }
 
   /* Open input file */