aboutsummaryrefslogtreecommitdiffstats
path: root/src/yawa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yawa.c')
-rw-r--r--src/yawa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yawa.c b/src/yawa.c
index d585465..e3eb793 100644
--- a/src/yawa.c
+++ b/src/yawa.c
@@ -142,6 +142,10 @@ parse_opt (int key, char *arg, struct argp_state *state)
return 0;
}
+static char doc[] = "yawa -- Yet Another Wallpaper Application";
+const char *argp_program_version = PACKAGE_STRING;
+const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
+
/* The ARGP structure itself. */
static struct argp argp = {options, parse_opt, "", doc, NULL, NULL, 0};