diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2017-12-03 18:36:41 +0100 |
---|---|---|
committer | Marcus Folkesson <marcus.folkesson@gmail.com> | 2017-12-03 18:40:13 +0100 |
commit | 0e5cba4d8deaa1e8ed73fad5b2400a146edf50e5 (patch) | |
tree | f14ad5b99d27b66e569487562833ec5569efb1c0 /src/stdio-bridge | |
parent | udevadm-control: list all short options in help text (diff) | |
download | systemd-0e5cba4d8deaa1e8ed73fad5b2400a146edf50e5.tar.xz systemd-0e5cba4d8deaa1e8ed73fad5b2400a146edf50e5.zip |
stio-bridge: list all short options in help text
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Diffstat (limited to 'src/stdio-bridge')
-rw-r--r-- | src/stdio-bridge/stdio-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio-bridge/stdio-bridge.c b/src/stdio-bridge/stdio-bridge.c index e8b977e9e4..f523ff2238 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; |