summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llmnrd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/llmnrd.c b/llmnrd.c
index 442a600..5b1a4ea 100644
--- a/llmnrd.c
+++ b/llmnrd.c
@@ -52,11 +52,11 @@ static void __noreturn usage_and_exit(int status)
{
fprintf(stdout, "Usage: llmnrd [OPTIONS]\n"
"Options:\n"
- " -H, --hostname <name> set hostname to respond with (default: system hostname)\n"
- " -p, --port <number> set port number to listen on (default: %d)\n"
- " -d, --daemonize run as daemon in the background\n"
- " -h, --help show this help and exit\n"
- " -V, --version show version information and exit\n",
+ " -H, --hostname NAME set hostname to respond with (default: system hostname)\n"
+ " -p, --port NUM set port number to listen on (default: %d)\n"
+ " -d, --daemonize run as daemon in the background\n"
+ " -h, --help show this help and exit\n"
+ " -V, --version show version information and exit\n",
LLMNR_UDP_PORT);
exit(status);
}