From: Marcus Folkesson Date: Sun, 3 Dec 2017 17:36:41 +0000 (+0100) Subject: stio-bridge: list all short options in help text X-Git-Tag: v236~73^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e5cba4d8deaa1e8ed73fad5b2400a146edf50e5;p=thirdparty%2Fsystemd.git stio-bridge: list all short options in help text Signed-off-by: Marcus Folkesson --- diff --git a/src/stdio-bridge/stdio-bridge.c b/src/stdio-bridge/stdio-bridge.c index e8b977e9e46..f523ff22389 100644 --- a/src/stdio-bridge/stdio-bridge.c +++ b/src/stdio-bridge/stdio-bridge.c @@ -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;