diff options
| -rw-r--r-- | rfcomm/main.c | 8 | ||||
| -rw-r--r-- | rfcomm/rfcomm.1 | 6 | 
2 files changed, 11 insertions, 3 deletions
| 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 " <hciX> | <bdaddr>"  The command is applied to device  .I | 
