]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/chcon.c (usage): Split a string literal that was longer than 509.
authorJim Meyering <jim@meyering.net>
Sat, 13 Jan 2007 17:24:06 +0000 (18:24 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 18 Mar 2007 17:15:06 +0000 (18:15 +0100)
ChangeLog-selinux
src/chcon.c

index 2ef22cef253da268ce9affbaf5f82ea67867eeb1..fbae67e555bbd11cceefb0f75bd2bb76d1612d2c 100644 (file)
@@ -1,5 +1,7 @@
 2007-01-13  Jim Meyering  <jim@meyering.net>
 
+       * src/chcon.c (usage): Split a string literal that was longer than 509.
+
        * src/ls.c (gobble_file): Don't call getfilecon unless print_scontext.
        Upon failed getfilecon, accept not just ENOTSUP, but also ENODATA.
 
index 6eee44bb6d22c2337cbc704f48516ab7466bca26..af5b1ad22243d78da6be5d62305bed59170fa108 100644 (file)
@@ -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\