From 8ae2c72379286a76f24df3307890b3f997abb4bf Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Sun, 16 May 2004 14:46:54 +0000 Subject: [PATCH] fix usage message again/ --- cprogs/really.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cprogs/really.c b/cprogs/really.c index 4d1f316..d6ea15b 100644 --- a/cprogs/really.c +++ b/cprogs/really.c @@ -42,8 +42,8 @@ void usagemessage(void) { " -g|--group } add this to\n" " -G|--gid } the group list\n" "other really-options:\n" - " -h|--help display this message" - " -R|--chroot chroot (but *not* chdir)", + " -h|--help display this message\n" + " -R|--chroot chroot (but *not* chdir)\n", stderr) == EOF) { perror("write usage"); exit(-1); } } -- 2.30.2