mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Re-add newlines to help message
The two final newlines in the help message were removed in commit
0c74f7a2c8
.
Re-add them.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
dbcf044b93
commit
734bd6d459
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ static void print_help()
|
|||
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 --cloud-timeout=<nr> Set timeout for cloud connection (0 < timeout < 60)\n\n");
|
||||
}
|
||||
|
||||
void parse_argument(const char *arg)
|
||||
|
|
Loading…
Add table
Reference in a new issue