summaryrefslogtreecommitdiff
path: root/src/bt-audio.c
diff options
context:
space:
mode:
authorAlexander Orlenko <zxteam@gmail.com>2010-08-12 23:59:32 +1100
committerAlexander Orlenko <zxteam@gmail.com>2010-08-12 23:59:32 +1100
commit702fa15c0d474fbcb9a4d5a5ae8ce0f6be48385e (patch)
tree519aed830a3eb9193bbdddbebc390167fdc1b193 /src/bt-audio.c
parent2536337055de99f662612cdc3db6a969289c87ce (diff)
downloadbluez-tools-702fa15c0d474fbcb9a4d5a5ae8ce0f6be48385e.tar.gz
Added man for bt-obex
Some bugfixes and improvements
Diffstat (limited to 'src/bt-audio.c')
-rw-r--r--src/bt-audio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bt-audio.c b/src/bt-audio.c
index 3fc59e5..8d2e7ee 100644
--- a/src/bt-audio.c
+++ b/src/bt-audio.c
@@ -57,9 +57,9 @@ static gchar *connect_arg = NULL;
static gchar *disconnect_arg = NULL;
static GOptionEntry entries[] = {
- {"adapter", 'a', 0, G_OPTION_ARG_STRING, &adapter_arg, "Adapter name or MAC", "<name|mac>"},
- {"connect", 'c', 0, G_OPTION_ARG_STRING, &connect_arg, "Connect to an audio device", "<name|mac>"},
- {"disconnect", 'd', 0, G_OPTION_ARG_STRING, &disconnect_arg, "Disconnect from an audio device", "<name|mac>"},
+ {"adapter", 'a', 0, G_OPTION_ARG_STRING, &adapter_arg, "Adapter Name or MAC", "<name|mac>"},
+ {"connect", 'c', 0, G_OPTION_ARG_STRING, &connect_arg, "Connect to the audio device", "<name|mac>"},
+ {"disconnect", 'd', 0, G_OPTION_ARG_STRING, &disconnect_arg, "Disconnect from the audio device", "<name|mac>"},
{NULL}
};
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
g_option_context_free(context);
if (!dbus_system_connect(&error)) {
- g_printerr("Couldn't connect to dbus system bus: %s\n", error->message);
+ g_printerr("Couldn't connect to DBus system bus: %s\n", error->message);
exit(EXIT_FAILURE);
}