Improved port of ifconfig... smaller and with more features.
[oweals/busybox.git] / sort.c
diff --git a/sort.c b/sort.c
index 2aef2d95511f9df59369ee9170ca4eb76eec4e8c..ed687221846f29b59b6f8c5b62e9b041b8f3019a 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -21,9 +21,9 @@
  *
  */
 
-#include "busybox.h"
 #include <getopt.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 int compare_ascii(const void *x, const void *y)
 {
@@ -56,7 +56,7 @@ int sort_main(int argc, char **argv)
                                break;
 #endif
                        default:
-                               usage(sort_usage);
+                               show_usage();
                }
        }