summaryrefslogtreecommitdiff
path: root/src/chcon.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-26 09:14:55 +0200
committerJim Meyering <meyering@redhat.com>2008-04-29 14:55:38 +0200
commitbbc0cb0f37641b1779170b3e15bd3479fb250fed (patch)
tree96fc73937cc10120defced62d5d4060faaabb61d /src/chcon.c
parent28f1b61e594eeb91658e8db392d8911a4485dc7a (diff)
downloadcoreutils-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 'src/chcon.c')
-rw-r--r--src/chcon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chcon.c b/src/chcon.c
index 4f091a304..01bb4ad69 100644
--- a/src/chcon.c
+++ b/src/chcon.c
@@ -400,6 +400,7 @@ one takes effect.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
+ emit_bug_reporting_address ();
}
exit (status);
}