* 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.
** 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.
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
+ emit_bug_reporting_address ();
}
exit (status);
}
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
+ emit_bug_reporting_address ();
}
exit (status);
}
# Skip `test'; it doesn't accept --help or --version.
test $i = test && continue;
- test $i = chcon && continue;
- test $i = runcon && continue;
# false fails even when invoked with --help or --version.
if test $i = false; then