From 7b8d6fc8361871d9593b2e083bdb6c9749438d10 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 31 Mar 2025 18:33:56 +0200 Subject: [PATCH] validatefs: insert empty line after short description in help() text As per our usual coding style. --- src/validatefs/validatefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3