forgot to remove some debugging noise
[oweals/busybox.git] / id.c
diff --git a/id.c b/id.c
index 650e3db20c8323138ae986e2f486917602f459ed..3667b32b234fd881f0c6e26ec45c581eab14a2ed 100644 (file)
--- a/id.c
+++ b/id.c
@@ -53,11 +53,11 @@ extern int id_main(int argc, char **argv)
                                name_not_number++;
                                break;
                        default:
-                               usage(id_usage);
+                               show_usage();
                }
        }
 
-       if (no_user && no_group) usage(id_usage);
+       if (no_user && no_group) show_usage();
 
        if (argv[optind] == NULL) {
                if (print_real) {