* [PATCH BlueZ] Fix test-proximity usage info
@ 2011-09-23 14:05 Claudio Takahasi
2011-09-27 9:32 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Claudio Takahasi @ 2011-09-23 14:05 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Claudio Takahasi
---
test/test-proximity | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/test/test-proximity b/test/test-proximity
index 04faf4e..289908e 100755
--- a/test/test-proximity
+++ b/test/test-proximity
@@ -46,7 +46,8 @@ if __name__ == "__main__":
if (len(args) < 1):
print "Usage: %s <command>" % (sys.argv[0])
print ""
- print " LinkLossAlertLevel <none|mild|high>"
+ print " -b MAC LinkLossAlertLevel <none|mild|high>"
+ print " -b MAC ImmediateAlertLevel <none|mild|high>"
sys.exit(1)
device_path = adapter.FindDevice(options.address)
--
1.7.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-27 9:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 14:05 [PATCH BlueZ] Fix test-proximity usage info Claudio Takahasi
2011-09-27 9:32 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).