[systemd-commits] src/bus-proxyd

David Strauss straussd at kemper.freedesktop.org
Fri Nov 29 22:55:51 PST 2013


 src/bus-proxyd/bus-proxyd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 683fc3a4480645fd2201e5f7c2e1fee277b3eaa0
Author: David Strauss <david at davidstrauss.net>
Date:   Sat Nov 30 16:55:30 2013 +1000

    bus-proxyd: Fix CLI help. --bus-path is also usable as -p.

diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c
index 9c49e0e..f391fbf 100644
--- a/src/bus-proxyd/bus-proxyd.c
+++ b/src/bus-proxyd/bus-proxyd.c
@@ -50,7 +50,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;



More information about the systemd-commits mailing list