]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: remove double empty line in --help text
authorLennart Poettering <lennart@poettering.net>
Mon, 30 Aug 2021 11:20:59 +0000 (13:20 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Aug 2021 13:25:04 +0000 (22:25 +0900)
src/hwdb/hwdb.c

index e2144df62cb9aa504b9c0d5f52b1adbe49c6d1c8..26c8d66067981bbb1857552eb0c2180a7c1de314 100644 (file)
@@ -43,7 +43,7 @@ static int help(void) {
                "     --version    Show package version\n"
                "  -s --strict     When updating, return non-zero exit value on any parsing error\n"
                "     --usr        Generate in " UDEVLIBEXECDIR " instead of /etc/udev\n"
-               "  -r --root=PATH  Alternative root path in the filesystem\n\n"
+               "  -r --root=PATH  Alternative root path in the filesystem\n"
                "\nSee the %s for details.\n",
                program_invocation_short_name,
                ansi_highlight(),