Re-add newlines to help message
The two final newlines in the help message were removed in commit 0c74f7a2c8e0af7ac006c16fc9ef05e5f9245518. Re-add them. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
dbcf044b93
commit
734bd6d459
@ -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…
x
Reference in New Issue
Block a user