]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
stio-bridge: list all short options in help text
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Sun, 3 Dec 2017 17:36:41 +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/stdio-bridge/stdio-bridge.c

index e8b977e9e46966d9cb349c686339cf1382c28b33..f523ff22389faf2a192c0f17cb6c1ea26b3d33ea 100644 (file)
@@ -44,7 +44,7 @@ static int help(void) {
                "STDIO or socket-activatable proxy to a given DBus endpoint.\n\n"
                "  -h --help              Show this help\n"
                "     --version           Show package version\n"
-               "     --bus-path=PATH     Path to the kernel bus (default: %s)\n",
+               "  -p --bus-path=PATH     Path to the kernel bus (default: %s)\n",
                program_invocation_short_name, DEFAULT_BUS_PATH);
 
         return 0;