chiark / gitweb /
really: Add "danger!" warning to usage message description of -R.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:27:57 +0000 (18:27 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:27:57 +0000 (18:27 +0000)
cprogs/really.c
debian/changelog

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"
             " -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); }
 }
 
             stderr) == EOF) { perror("write usage"); exit(-1); }
 }
 
index baf572caa0b51096587d539f97b4bcd0b18bae30..62433bf12326c01f4cf3a7848206ee58899a2834 100644 (file)
@@ -1,3 +1,9 @@
+chiark-utils (4.2.1~~iwj4) unstable; urgency=low
+
+  * really: Add "danger!" warning to usage message description of -R.
+
+ --
+
 chiark-utils (4.2.1~~iwj3) unstable; urgency=low
 
   * git-cache-proxy: postpone chdir so Housekeeping lock and stamp
 chiark-utils (4.2.1~~iwj3) unstable; urgency=low
 
   * git-cache-proxy: postpone chdir so Housekeeping lock and stamp