diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-04-09 13:37:42 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-04-09 14:17:06 +0100 |
commit | 30acfcab5093debf433d966c5666d2e505c389c1 (patch) | |
tree | 3dec6ec795f9fdca8bf4d95dd23d231643805610 /NEWS | |
parent | d695bc8bc60698bdcc07f9ab8c649a77383bcc85 (diff) | |
download | coreutils-30acfcab5093debf433d966c5666d2e505c389c1.tar.xz |
doc: clarify in --help that -Z doesn't take an argument
* NEWS: Fix a confusing old entry.
* cfg.mk (old_NEWS_hash): Adjust accordingly.
* src/cp.c (usage): Separate the -Z and --context descriptions.
* src/install.c: Likewise.
* src/mkdir.c: Likewise.
* src/mkfifo.c: Likewise.
* src/mknod.c: Likewise.
Fixes http://bugs.gnu.org/17220
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ GNU coreutils NEWS -*- outline -*- a NUL instead of a white space character. id and ls with -Z report the SMACK security context where available. - mkdir, mkfifo and mknod with -Z set the SMACK context where available. + mkdir, mkfifo and mknod with --context set the SMACK context where available. id can now lookup by user ID, in addition to the existing name lookup. |