]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevadm: fix --help text for udevadm test-builtin
authorLennart Poettering <lennart@amutable.com>
Tue, 3 Mar 2026 13:28:46 +0000 (14:28 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Mar 2026 23:47:19 +0000 (08:47 +0900)
src/udev/udevadm-test-builtin.c

index a1ad9cb32038403e58e7c3b25e7438f5cc4ace36..b25c7ae2fa6a4891d26c213eb7a924984173b0c7 100644 (file)
@@ -18,9 +18,9 @@ static int help(void) {
         printf("%s test-builtin [OPTIONS] COMMAND DEVPATH\n\n"
                "Test a built-in command.\n\n"
                "  -h --help               Print this message\n"
-               "  -V --version            Print version of the program\n\n"
+               "  -V --version            Print version of the program\n"
                "  -a --action=ACTION|help Set action string\n"
-               "Commands:\n",
+               "\nCommands:\n",
                program_invocation_short_name);
 
         udev_builtin_list();