aboutsummaryrefslogtreecommitdiff
path: root/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'chroot.c')
-rw-r--r--chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot.c b/chroot.c
index cd8101e47..e721e1ffa 100644
--- a/chroot.c
+++ b/chroot.c
@@ -33,7 +33,7 @@ int chroot_main(int argc, char **argv)
char *prog;
if ((argc < 2) || (**(argv + 1) == '-')) {
- usage(chroot_usage);
+ show_usage();
}
argc--;
argv++;