From a33734e2d3477b73899d5a9f95d41f3c655804ac Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 26 Feb 2019 03:09:59 +1100 Subject: [PATCH] [client] main: help output cosmetics --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index 6ca1abf4..db430085 100644 --- a/client/main.c +++ b/client/main.c @@ -1321,6 +1321,7 @@ void doHelp(char * app) snprintf(y, sizeof(y), "%d", params.y); fprintf(stderr, + "\n" "Looking Glass Client\n" "Usage: %s [OPTION]...\n" "Example: %s -h\n"