From 72f1e5000e68722add0a44902ae455d07241321b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 18 Feb 2015 14:56:10 +0200 Subject: [PATCH] tools/btproxy: Add missing -a switch documentation --- tools/btproxy.c | 2 ++ 1 file changed, 2 insertions(+) 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 Use specified TCP port\n" "\t-i, --index 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' }, -- 2.47.3