From: ianmdlvl Date: Sun, 16 May 2004 14:46:54 +0000 (+0000) Subject: fix usage message again/ X-Git-Tag: debian_version_4_0_99_0_6~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=8ae2c72379286a76f24df3307890b3f997abb4bf;ds=sidebyside fix usage message again/ --- 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); } }