* client/gabriel-main.c: (main): Fix a small typo.

git-svn-id: https://gabriel.svn.sourceforge.net/svnroot/gabriel@12 841437c2-2226-0410-8ced-e7c76d862a31
This commit is contained in:
zeenix 2007-01-29 12:47:25 +00:00
parent c4213a7082
commit 53559028f9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-29 Zeeshan Ali <zeenix@gstreamer.net>
* client/gabriel-main.c: (main): Fix a small typo.
2007-01-26 Zeeshan Ali <zeenix@gstreamer.net>
* client/gabriel-session.c: (gabriel_session_parse_bus_address):

View File

@ -65,7 +65,7 @@ main (gint argc, gchar **argv)
"Password on the remote host", "PASSWORD"},
{"bind", 'b', 0, G_OPTION_ARG_STRING, &local_address,
"The address to listen for DBus client connections on", "HOSTNAME"},
{"bus-address", 'd', 0, G_OPTION_ARG_STRING, &local_address,
{"bus-address", 'd', 0, G_OPTION_ARG_STRING, &bus_address,
"The bus address of the remote D-Bus daemon",
"BUS_ADDRESS"},
{"port", 't', 0, G_OPTION_ARG_INT, &tcp_port,