From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- coreutils/chroot.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'coreutils/chroot.c') diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 95aed3d17..9b1a5a82d 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c @@ -27,15 +27,6 @@ #include #include - -static const char chroot_usage[] = "chroot NEWROOT [COMMAND...]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nRun COMMAND with root directory set to NEWROOT.\n" -#endif - ; - - - int chroot_main(int argc, char **argv) { char *prog; -- cgit v1.2.3