diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-01-06 12:23:13 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-06 20:44:02 -0800 |
commit | aaa46c2465de9ac481a2ae9751c22580615935ec (patch) | |
tree | 5f63a85071bc32099dce93b2c4a1eb441adb9ad9 /core | |
parent | 935734100f07092800ec4467b88c59a9a4efd572 (diff) | |
download | subsurface-aaa46c2465de9ac481a2ae9751c22580615935ec.tar.gz |
Add some additional parameters to help text
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/subsurfacestartup.c | 2 |
1 files changed, 2 insertions, 0 deletions
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=<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"); } |