summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-05-08 19:33:35 +0200
committerBastien Nocera <hadess@hadess.net>2016-05-08 19:33:35 +0200
commit74231fadb44d7140452c71809dce9e7bf1ffa595 (patch)
tree3571bc259cb72c8d52c60944026f9f2b2e66a99e
parent193ad6bb3db7ed2ba6b93c1ab4e1e592985e5b90 (diff)
downloadbluez-tools-74231fadb44d7140452c71809dce9e7bf1ffa595.tar.gz
bt-adapter: Fix help output
It mentions the "Name" property, but only handles the "Alias" property. The "Name" property in bluez is read-only anyway, and only set from the daemon side.
-rw-r--r--src/bt-adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bt-adapter.c b/src/bt-adapter.c
index 179e6e1..37a46f6 100644
--- a/src/bt-adapter.c
+++ b/src/bt-adapter.c
@@ -109,7 +109,7 @@ int main(int argc, char *argv[])
"Set Options:\n"
" --set <property> <value>\n"
" Where `property` is one of:\n"
- " Name\n"
+ " Alias\n"
" Discoverable\n"
" DiscoverableTimeout\n"
" Pairable\n"