diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-26 09:14:55 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-29 14:55:38 +0200 |
commit | bbc0cb0f37641b1779170b3e15bd3479fb250fed (patch) | |
tree | 96fc73937cc10120defced62d5d4060faaabb61d /NEWS | |
parent | 28f1b61e594eeb91658e8db392d8911a4485dc7a (diff) | |
download | coreutils-bbc0cb0f37641b1779170b3e15bd3479fb250fed.tar.xz |
chcon, runcon: make --help print the bug-reporting address
* src/chcon.c (usage): Use emit_bug_reporting_address.
* src/runcon.c (usage): Likewise.
* tests/misc/help-version: Don't exempt chcon and runcon.
* NEWS: Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + chcon, runcon: --help output now includes the bug-reporting address + id with no options now prints the SELinux context only when invoked with no USERNAME argument. |