From 3d4455948f18b710b8f21288296f096e013fe2a7 Mon Sep 17 00:00:00 2001 From: maxried Date: Mon, 14 Sep 2015 21:05:27 +0200 Subject: [PATCH] Update dump1090.c --- dump1090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump1090.c b/dump1090.c index f52d0b4..8df3059 100644 --- a/dump1090.c +++ b/dump1090.c @@ -714,7 +714,7 @@ void showHelp(void) { "--quiet Disable output to stdout. Use for daemon applications\n" "--show-only Show only messages from the given ICAO on stdout\n" "--ppm Set receiver error in parts per million (default 0)\n" -"--html-dir Use as base directory for the internal HTTP server. Defaults to ./public_html\n" +"--html-dir Use as base directory for the internal HTTP server. Defaults to " HTMLPATH "\n" "--write-json Periodically write json output to (for serving by a separate webserver)\n" "--write-json-every Write json output every t seconds (default 1)\n" "--json-location-accuracy Accuracy of receiver location in json metadata: 0=no location, 1=approximate, 2=exact\n"