mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-24 20:54:19 +08:00
Add missing help text for test-device blocked command
This commit is contained in:
parent
fbbec0bc26
commit
f326668811
@ -22,6 +22,7 @@ if (len(sys.argv) < 2):
|
||||
print " name <address>"
|
||||
print " alias <address> [alias]"
|
||||
print " trusted <address> [yes/no]"
|
||||
print " blocked <address> [yes/no]"
|
||||
sys.exit(1)
|
||||
|
||||
if (sys.argv[1] == "list"):
|
||||
|
Loading…
Reference in New Issue
Block a user