1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 09:51:56 +02:00

* src/chcon.c (usage): Split a string literal that was longer than 509.

This commit is contained in:
Jim Meyering
2007-01-13 18:24:06 +01:00
parent 82d98da743
commit b64a11dc76
2 changed files with 4 additions and 0 deletions

View 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.

View 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\