summaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r--core/subsurfacestartup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index 200e23bef..7bff43750 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -86,7 +86,7 @@ struct preferences default_prefs = {
.locale = {
.use_system_language = true,
},
- .deco_mode = BUEHLMANN,
+ .planner_deco_mode = BUEHLMANN,
.vpmb_conservatism = 3,
.distance_threshold = 1000,
.time_threshold = 600,
@@ -185,6 +185,8 @@ static void print_help()
printf("\n --verbose|-v Verbose debug (repeat to increase verbosity)");
printf("\n --version Prints current version");
printf("\n --survey Offer to submit a user survey");
+ printf("\n --user=<test> Choose configuration space for user <test>");
+ printf("\n --cloud-timeout=<nr> Set timeout for cloud connection (0 < timeout < 60)");
printf("\n --win32console Create a dedicated console if needed (Windows only). Add option before everything else\n\n");
}