summaryrefslogtreecommitdiff
path: root/src/bt-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bt-input.c')
-rw-r--r--src/bt-input.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bt-input.c b/src/bt-input.c
index 79cb27e..ca41fd3 100644
--- a/src/bt-input.c
+++ b/src/bt-input.c
@@ -67,7 +67,10 @@ int main(int argc, char *argv[])
context = g_option_context_new("- a bluetooth input manager");
g_option_context_add_main_entries(context, entries, NULL);
g_option_context_set_summary(context, "Version "PACKAGE_VERSION);
- g_option_context_set_description(context, "Report bugs to <"PACKAGE_BUGREPORT">.");
+ g_option_context_set_description(context,
+ //"Report bugs to <"PACKAGE_BUGREPORT">."
+ "Project home <"PACKAGE_URL">."
+ );
if (!g_option_context_parse(context, &argc, &argv, &error)) {
g_print("%s: %s\n", g_get_prgname(), error->message);