summaryrefslogtreecommitdiff
path: root/src/programs/pkexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/programs/pkexec.c')
-rw-r--r--src/programs/pkexec.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c
index 529898a..005e1fe 100644
--- a/src/programs/pkexec.c
+++ b/src/programs/pkexec.c
@@ -77,7 +77,11 @@ usage (int argc, char *argv[])
" --disable-internal-agent |\n"
" [--user username] PROGRAM [ARGUMENTS...]\n"
"\n"
- "See the pkexec manual page for more details.\n");
+ "See the pkexec manual page for more details.\n"
+ "\n"
+ "Report bugs to: %s\n"
+ "%s home page: <%s>\n", PACKAGE_BUGREPORT, PACKAGE_NAME,
+ PACKAGE_URL);
}
/* ---------------------------------------------------------------------------------------------------- */