summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitjackolantern <scottjconover@yahoo.com>2017-09-11 18:52:17 -0700
committerGitHub <noreply@github.com>2017-09-11 18:52:17 -0700
commit7cb788c9c43facfd2d14ff50e16d6a19f033a6a7 (patch)
tree1a766b523508e0527f6d977e7b7eaab71616baac
parent97efd293491ad7ec96a655665339908f2478b3d1 (diff)
parent6e8de064e30b99f38a6af7e9080e1df3f19a6818 (diff)
downloadbluez-tools-7cb788c9c43facfd2d14ff50e16d6a19f033a6a7.tar.gz
Merge pull request #19 from dflogeras/bt-obex-typo-fix
Fix grammar in bt-obex help
-rw-r--r--src/bt-obex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bt-obex.c b/src/bt-obex.c
index a7058d3..8aacb40 100644
--- a/src/bt-obex.c
+++ b/src/bt-obex.c
@@ -386,7 +386,7 @@ static gchar *ftp_arg = NULL;
static GOptionEntry entries[] = {
{"adapter", 'a', 0, G_OPTION_ARG_STRING, &adapter_arg, "Adapter name or MAC", "<name|mac>"},
- {"server", 's', 0, G_OPTION_ARG_NONE, &server_arg, "Register self at OBEX server", NULL},
+ {"server", 's', 0, G_OPTION_ARG_NONE, &server_arg, "Register self as OBEX server", NULL},
{"auto-accept", 'y', 0, G_OPTION_ARG_NONE, &auto_accept, "Automatically accept incoming files", NULL},
{"opp", 'p', 0, G_OPTION_ARG_NONE, &opp_arg, "Send file to remote device", NULL},
{"ftp", 'f', 0, G_OPTION_ARG_STRING, &ftp_arg, "Start FTP session with remote device", "<name|mac>"},