diff --git a/apps/pair.py b/apps/pair.py index 70f228f6..93459124 100644 --- a/apps/pair.py +++ b/apps/pair.py @@ -466,7 +466,10 @@ def emit(self, record): @click.option( '--oob', metavar='', - help='Use OOB pairing with this data from the peer', + help=( + 'Use OOB pairing with this data from the peer ' + '(use "-" to enable OOB without peer data)' + ), ) @click.option('--prompt', is_flag=True, help='Prompt to accept/reject pairing request') @click.option(