]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Add missing close paren and open paren.
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 03:23:37 +0000 (03:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 03:23:37 +0000 (03:23 +0000)
src/chroot.c

index 95e68d810e0e68f85c59d27ce50dfacca11968c4..96bd732c3818932a8f8af37afa40b8bc21ae20b5 100644 (file)
@@ -38,8 +38,8 @@ usage (int status)
       printf (_("\
 Usage: %s [OPTION] NEWROOT [COMMAND...]\n
    or:  %s OPTION\n\
-", program_name, program_name);
-      printf (_"\
+"), program_name, program_name);
+      printf (_("\
 Run COMMAND with root directory set to NEWROOT.\n\
 \n\
       --help       display this help and exit\n\