From c58cd08bf9f95f99073dc2213136244c902ea9c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Jul 1996 04:11:17 +0000 Subject: (usage): Add a `\' after `\n' in usage message. Otherwise, SunOS's /bin/cc chokes. --- src/chroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chroot.c b/src/chroot.c index e630a00f5..028980a02 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -36,7 +36,7 @@ usage (int status) else { printf (_("\ -Usage: %s [OPTION] NEWROOT [COMMAND...]\n +Usage: %s [OPTION] NEWROOT [COMMAND...]\n\ or: %s OPTION\n\ "), program_name, program_name); printf (_("\ -- cgit v1.2.3-54-g00ecf