Fixed 'ls -s' so it actually displays block sizes again.
[oweals/busybox.git] / nslookup.c
index 8bfcd578587f66a9883002eb0abb3ced8c37287c..33732de68aa44cb15168d87bd0bde61474d84bd4 100644 (file)
@@ -157,7 +157,7 @@ int nslookup_main(int argc, char **argv)
        struct hostent *host;
 
        if (argc < 2 || *argv[1]=='-') {
-               usage(nslookup_usage);
+               show_usage();
        }
 
        server_print();
@@ -170,4 +170,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.20 2001/01/27 09:33:38 andersen Exp $ */
+/* $Id: nslookup.c,v 1.21 2001/02/14 21:23:06 andersen Exp $ */