mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add some additional parameters to help text
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
935734100f
commit
aaa46c2465
1 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,8 @@ static void print_help()
|
||||||
printf("\n --verbose|-v Verbose debug (repeat to increase verbosity)");
|
printf("\n --verbose|-v Verbose debug (repeat to increase verbosity)");
|
||||||
printf("\n --version Prints current version");
|
printf("\n --version Prints current version");
|
||||||
printf("\n --survey Offer to submit a user survey");
|
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");
|
printf("\n --win32console Create a dedicated console if needed (Windows only). Add option before everything else\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue