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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user