From 2aeb77bf0f005a079ebaa78caf0b4d21ff10563c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 15 Oct 2012 19:37:34 +0200 Subject: doc: chcon: add descriptions for three undocumented options These were missed in this related change v8.14-104-g44e20cd * src/chcon.c (usage): Mention the two --preserve-root options. * doc/coreutils.texi (chcon invocation): Plus the --dereferece option. --- src/chcon.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/chcon.c b/src/chcon.c index 34e92e411..66075f562 100644 --- a/src/chcon.c +++ b/src/chcon.c @@ -369,6 +369,10 @@ With --reference, change the security context of each FILE to that of RFILE.\n\ -r, --role=ROLE set role ROLE in the target security context\n\ -t, --type=TYPE set type TYPE in the target security context\n\ -l, --range=RANGE set range RANGE in the target security context\n\ +"), stdout); + fputs (_("\ + --no-preserve-root do not treat '/' specially (the default)\n\ + --preserve-root fail to operate recursively on '/'\n\ "), stdout); fputs (_("\ --reference=RFILE use RFILE's security context rather than specifying\n\ -- cgit v1.2.3-70-g09d2