summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 18:24:06 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:05 +0200
commit380c858b71d74e8fe02d591c63f33ba32949f6ec (patch)
tree4f1f058fbbd3de178e7fa9e0166532607626c611 /src
parent1411a53dc12fe39c8217974bd36a2929952bacad (diff)
downloadcoreutils-380c858b71d74e8fe02d591c63f33ba32949f6ec.tar.xz
* src/chcon.c (usage): Split a string literal that was longer than 509.
Diffstat (limited to 'src')
-rw-r--r--src/chcon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chcon.c b/src/chcon.c
index 6eee44bb6..af5b1ad22 100644
--- a/src/chcon.c
+++ b/src/chcon.c
@@ -375,6 +375,8 @@ With --reference, change the security context of each FILE to that of RFILE.\n\
-c, --changes like verbose but report only when a change is made\n\
-h, --no-dereference affect symbolic links instead of any referenced file\n\
(available only on systems with lchown system call)\n\
+"), stdout);
+ fputs (_("\
--reference=RFILE use RFILE's security context rather than specifying\n\
a CONTEXT value\n\
-R, --recursive operate on files and directories recursively\n\