From 49ddeb81d3609370ccc66397efc81bb9f590e2ed Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Aug 2006 09:48:13 +0000 Subject: List all available options --- rfcomm/main.c | 8 +++++--- rfcomm/rfcomm.1 | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'rfcomm') diff --git a/rfcomm/main.c b/rfcomm/main.c index 1d302a98..e7a381fc 100644 --- a/rfcomm/main.c +++ b/rfcomm/main.c @@ -567,9 +567,11 @@ static void usage(void) "\n"); printf("Options:\n" - "\t-i [hciX|bdaddr] Local HCI device or BD Address\n" - "\t-h, --help Display help\n" - "\t-a Show all devices (default)\n" + "\t-i [hciX|bdaddr] Local HCI device or BD Address\n" + "\t-h, --help Display help\n" + "\t-r, --raw Switch TTY into raw mode\n" + "\t-f, --config [file] Specify alternate config file\n" + "\t-a Show all devices (default)\n" "\n"); printf("Commands:\n"); diff --git a/rfcomm/rfcomm.1 b/rfcomm/rfcomm.1 index 4085e5ec..d1e11cf9 100644 --- a/rfcomm/rfcomm.1 +++ b/rfcomm/rfcomm.1 @@ -45,6 +45,12 @@ Gives a list of possible commands. .BI -a Prints information about all configured RFCOMM devices. .TP +.BI -r +Switch TTY into raw mode (doesn't work with "bind"). +.TP +.BI -f " [file]" +Specify alternate config file. +.TP .BI -i " | " The command is applied to device .I -- cgit