chiark / gitweb /
really: Add "danger!" warning to usage message description of -R.
[chiark-utils.git] / cprogs / really.c
index 46db5749510169b2302bb826d694bd749be3de56..ef2fb64dcb94f23b3801b297f8d7b1b7666fd681 100644 (file)
@@ -44,7 +44,7 @@ void usagemessage(void) {
             " -G|--gid <gid>           }  the group list\n"
             "other really-options:\n"
            " -h|--help                display this message\n"
-           " -R|--chroot <dir>        chroot (but *not* chdir)\n",
+           " -R|--chroot <dir>        chroot (but *not* chdir - danger!)\n",
             stderr) == EOF) { perror("write usage"); exit(-1); }
 }