diff options
author | David Strauss <david@davidstrauss.net> | 2013-11-30 16:55:30 +1000 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-11-30 16:55:30 +1000 |
commit | 683fc3a4480645fd2201e5f7c2e1fee277b3eaa0 (patch) | |
tree | 954403897225f7eb59427cfe168cdbf2b60ed3d7 /src/bus-proxyd/bus-proxyd.c | |
parent | e3dd987cfc395848256fc6eae637ed0eaf5f1635 (diff) |
bus-proxyd: Fix CLI help. --bus-path is also usable as -p.
Diffstat (limited to 'src/bus-proxyd/bus-proxyd.c')
-rw-r--r-- | src/bus-proxyd/bus-proxyd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c index 9c49e0ee8d..f391fbf42b 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; |