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

This commit is contained in:
David Strauss
2013-11-30 16:55:30 +10:00
parent e3dd987cfc
commit 683fc3a448

View File

@@ -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;