From c2413b124a2a16c7d7e8dac0fc2af9881715c4c0 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 2 May 2026 01:10:02 +0200 Subject: and replace -s with more logical -l for list paired devices --- ctbtw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctbtw.py b/ctbtw.py index 77d4601..92ac6fd 100755 --- a/ctbtw.py +++ b/ctbtw.py @@ -651,7 +651,7 @@ if __name__ == '__main__': parser.add_argument('--verbose', '-v', action='store_true', help="print protocol traces") actions = parser.add_mutually_exclusive_group() actions.add_argument('--aptx', '-x', action='store', choices=["l", "q"], help="prefer (L)atency or (Q)uality for aptX adaptative") - actions.add_argument('--devices', '-s', action='store_true', help="list currently paired devices") + actions.add_argument('--devices', '-l', action='store_true', help="list currently paired devices") actions.add_argument('--connect', '-c', metavar="DEV", action='store', help="connect to (already paired) device with given name/address") actions.add_argument('--disconnect', '-d', metavar="D", action='store', nargs='?', const='*', help="disconnect from device with given name/address, or current device if no %(metavar)s") actions.add_argument('--pair', '-p', nargs='?', metavar="ADDR", const="*", action='store', help='pair with specific bluetooth address, or any device if no %(metavar)s specified') -- cgit v1.2.3