chiark / gitweb /
fix usage message again/
authorianmdlvl <ianmdlvl>
Sun, 16 May 2004 14:46:54 +0000 (14:46 +0000)
committerianmdlvl <ianmdlvl>
Sun, 16 May 2004 14:46:54 +0000 (14:46 +0000)
cprogs/really.c

index 4d1f316364ea84fe4c84b201dbb85ce619d88b98..d6ea15bc9bc87290fa7802eba04009aff4cb6211 100644 (file)
@@ -42,8 +42,8 @@ void usagemessage(void) {
             " -g|--group <groupname>   } add this to\n"
             " -G|--gid <gid>           }  the group list\n"
             "other really-options:\n"
-           " -h|--help                display this message"
-           " -R|--chroot <dir>        chroot (but *not* chdir)",
+           " -h|--help                display this message\n"
+           " -R|--chroot <dir>        chroot (but *not* chdir)\n",
             stderr) == EOF) { perror("write usage"); exit(-1); }
 }