]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevadm-control: list all short options in help text
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Sun, 3 Dec 2017 17:36:09 +0000 (18:36 +0100)
committerMarcus Folkesson <marcus.folkesson@gmail.com>
Sun, 3 Dec 2017 17:40:13 +0000 (18:40 +0100)
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
src/udev/udevadm-control.c

index 735deab2525cc77372846ae4f04aebabe1a54da9..a10621a468a6bd59a95c5560665561703d5f608f 100644 (file)
@@ -37,7 +37,7 @@ static void print_help(void) {
                "  -R --reload              Reload rules and databases\n"
                "  -p --property=KEY=VALUE  Set a global property for all events\n"
                "  -m --children-max=N      Maximum number of children\n"
-               "     --timeout=SECONDS     Maximum time to block for a reply\n"
+               "  -t --timeout=SECONDS     Maximum time to block for a reply\n"
                , program_invocation_short_name);
 }