Diff between c8e79a7a11a08d3538b8ac26492d08ee476268ec and a3cb077557ba2c99efb555c36d473a1c6d68520b

Changed Files

File Additions Deletions Status
tools/rfcomm.c +9 -9 modified

Full Patch

diff --git a/tools/rfcomm.c b/tools/rfcomm.c
index ff164c8..b5bea38 100644
--- a/tools/rfcomm.c
+++ b/tools/rfcomm.c
@@ -652,15 +652,15 @@ 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-r, --raw             Switch TTY into raw mode\n"
-		"\t-A, --auth            Enable authentication\n"
-		"\t-E, --encrypt         Enable encryption\n"
-		"\t-S, --secure          Secure connection\n"
-		"\t-M, --master          Become the master of a piconet\n"
-		"\t-f, --config [file]   Specify alternate config file\n"
-		"\t-a                    Show all devices (default)\n"
+		"\t-i, --device [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-A, --auth                     Enable authentication\n"
+		"\t-E, --encrypt                  Enable encryption\n"
+		"\t-S, --secure                   Secure connection\n"
+		"\t-M, --master                   Become the master of a piconet\n"
+		"\t-L, --linger [seconds]         Set linger timeout\n"
+		"\t-a                             Show all devices (default)\n"
 		"\n");
 
 	printf("Commands:\n");