]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
validatefs: insert empty line after short description in help() text
authorMike Yuan <me@yhndnzj.com>
Mon, 31 Mar 2025 16:33:56 +0000 (18:33 +0200)
committerMike Yuan <me@yhndnzj.com>
Mon, 31 Mar 2025 17:23:50 +0000 (19:23 +0200)
As per our usual coding style.

src/validatefs/validatefs.c

index fb516744d37d71c80307c10dd9c1366c37f55c9b..8e7753126c7aee6781b2acee9a57aec23a6dcfc6 100644 (file)
@@ -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"