chiark / gitweb /
fix usage message again/
[chiark-utils.git] / 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); }
 }