From 9a5e9ced31141a19119de554bee29a6a97c07cb1 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 31 Aug 2017 15:32:58 -0400 Subject: [PATCH] More consistent spacing in usage output. --- platform-independent/cli-c/cli/mpw-cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-independent/cli-c/cli/mpw-cli.c b/platform-independent/cli-c/cli/mpw-cli.c index d419e3b2..60b8e55c 100644 --- a/platform-independent/cli-c/cli/mpw-cli.c +++ b/platform-independent/cli-c/cli/mpw-cli.c @@ -18,7 +18,7 @@ static void usage() { "--------------------------------------------------------------------------------\n" " https://masterpasswordapp.com\n\n", stringify_def( MP_VERSION ) ); inf( "" - "USAGE\n" + "\nUSAGE\n\n" " mpw [-u|-U full-name] [-m fd] [-t pw-type] [-P value] [-c counter]\n" " [-a version] [-p purpose] [-C context] [-f|-F format] [-R 0|1]\n" " [-v|-q] [-h] site-name\n\n" ); @@ -87,7 +87,7 @@ static void usage() { " -v Increase output verbosity (can be repeated).\n" " -q Decrease output verbosity (can be repeated).\n\n" ); inf( "" - "ENVIRONMENT\n\n" + "\nENVIRONMENT\n\n" " %-12s The full name of the user (see -u).\n" " %-12s The default algorithm version (see -a).\n" " %-12s The default mpsites format (see -f).\n"