diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index c740153bf..7bff43750 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -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= Choose configuration space for user "); + printf("\n --cloud-timeout= 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"); }