This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / head.c
diff --git a/head.c b/head.c
index 7d87f32cbad815e20fde56cf1080dbb4ffd2adf1..c683ec78aaf715b1277457508f07ea6a6ab59a1e 100644 (file)
--- a/head.c
+++ b/head.c
  *
  */
 
-#include "busybox.h"
 #include <errno.h>
 #include <stdio.h>
 #include <getopt.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 int head(int len, FILE *fp)
 {
@@ -57,7 +57,7 @@ int head_main(int argc, char **argv)
                                break;
                        /* fallthrough */
                default:
-                       usage(head_usage);
+                       show_usage();
                }
        }