default --label on live map changed from "Recorder" to "OwnTracks"

This commit is contained in:
Jan-Piet Mens
2016-02-04 23:06:30 +01:00
parent cff8272dd0
commit a934b98808
+2 -2
View File
@@ -1242,7 +1242,7 @@ void usage(char *prog)
printf(" --logfacility syslog facility (local0)\n");
printf(" --quiet disable printing of messages to stdout\n");
printf(" --initialize initialize storage\n");
printf(" --label <label> server label (dflt: Recorder)\n");
printf(" --label <label> server label (dflt: OwnTracks)\n");
#ifdef WITH_HTTP
printf(" --http-host <host> HTTP addr to bind to (localhost)\n");
printf(" --http-port <port> -A HTTP port (8083); 0 to disable HTTP\n");
@@ -1317,7 +1317,7 @@ int main(int argc, char **argv)
udata.luadb = NULL;
# endif /* WITH_LMDB */
#endif /* WITH_LUA */
udata.label = strdup("Recorder");
udata.label = strdup("OwnTracks");
udata.geokey = NULL; /* default: no API key */
udata.debug = FALSE;