summaryrefslogtreecommitdiff
path: root/tools/btproxy.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-02-18 14:56:10 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-02-18 14:56:13 +0200
commit72f1e5000e68722add0a44902ae455d07241321b (patch)
treee75bed97fa08bafd17acd3dbcb143b0c2d05effb /tools/btproxy.c
parentb22d91741c3589807a869973ed1173f5ac67903b (diff)
downloadbluez-72f1e5000e68722add0a44902ae455d07241321b.tar.gz
tools/btproxy: Add missing -a switch documentation
Diffstat (limited to 'tools/btproxy.c')
-rw-r--r--tools/btproxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btproxy.c b/tools/btproxy.c
index 47cffa9b8..43ccac17d 100644
--- a/tools/btproxy.c
+++ b/tools/btproxy.c
@@ -566,6 +566,7 @@ static void usage(void)
"\t-u, --unix [path] Use Unix server\n"
"\t-p, --port <port> Use specified TCP port\n"
"\t-i, --index <num> Use specified controller\n"
+ "\t-a, --amp Create AMP controller\n"
"\t-d, --debug Enable debugging output\n"
"\t-h, --help Show help options\n");
}
@@ -576,6 +577,7 @@ static const struct option main_options[] = {
{ "unix", optional_argument, NULL, 'u' },
{ "port", required_argument, NULL, 'p' },
{ "index", required_argument, NULL, 'i' },
+ { "amp", no_argument, NULL, 'a' },
{ "debug", no_argument, NULL, 'd' },
{ "version", no_argument, NULL, 'v' },
{ "help", no_argument, NULL, 'h' },