summaryrefslogtreecommitdiff
path: root/mdns-repeater.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdns-repeater.c')
-rw-r--r--mdns-repeater.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns-repeater.c b/mdns-repeater.c
index 5b5165b..05aa002 100644
--- a/mdns-repeater.c
+++ b/mdns-repeater.c
@@ -243,7 +243,7 @@ static void daemonize() {
}
static void show_help(const char *progname) {
- fprintf(stderr, "mDNS repeater\n");
+ fprintf(stderr, "mDNS repeater (rev %s)\n", HGVERSION);
fprintf(stderr, "usage: %s [ -f ] <ifdev> ...\n", progname);
fprintf(stderr, "\n"
"<ifdev> specifies an interface like \"eth0\"\n"