diff options
Diffstat (limited to 'rfcomm/main.c')
| -rw-r--r-- | rfcomm/main.c | 8 | 
1 files changed, 5 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"); | 
