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 /src/runcon.c | |
| parent | tests: don't hard-code coreutils list of tests/ SUBDIRS in bootstrap (diff) | |
| download | coreutils-bbc0cb0f37641b1779170b3e15bd3479fb250fed.tar.gz coreutils-bbc0cb0f37641b1779170b3e15bd3479fb250fed.zip | |
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 'src/runcon.c')
| -rw-r--r-- | src/runcon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runcon.c b/src/runcon.c index 85e5f59b0..418860146 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -85,6 +85,7 @@ With neither CONTEXT nor COMMAND, print the current security context.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); + emit_bug_reporting_address (); } exit (status); } |
