* 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>
Thu, 29 Mar 2007 19:37:05 +0000 (21:37 +0200)
ChangeLog-selinux
src/chcon.c

index 2ef22ce..fbae67e 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 6eee44b..af5b1ad 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\