[PATCH] Add some additional parameters to help text

Miika Turkia miika.turkia at gmail.com
Fri Jan 6 02:23:13 PST 2017


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 core/subsurfacestartup.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index 200e23b..02d4fee 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=<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");
 }
 
-- 
2.7.4



More information about the subsurface mailing list