From: Mike Yuan Date: Mon, 31 Mar 2025 16:33:56 +0000 (+0200) Subject: validatefs: insert empty line after short description in help() text X-Git-Tag: v258-rc1~978^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b8d6fc8361871d9593b2e083bdb6c9749438d10;p=thirdparty%2Fsystemd.git validatefs: insert empty line after short description in help() text As per our usual coding style. --- diff --git a/src/validatefs/validatefs.c b/src/validatefs/validatefs.c index fb516744d37..8e7753126c7 100644 --- a/src/validatefs/validatefs.c +++ b/src/validatefs/validatefs.c @@ -33,7 +33,7 @@ static int help(void) { return log_oom(); printf("%1$s [OPTIONS...] /path/to/mountpoint\n" - "\n%3$sCheck file system validation constraints.%4$s\n" + "\n%3$sCheck file system validation constraints.%4$s\n\n" " -h --help Show this help and exit\n" " --version Print version string and exit\n" " --root=PATH|auto Operate relative to the specified path\n"