diff options
| -rw-r--r-- | tools/sdptool.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tools/sdptool.c b/tools/sdptool.c index d015f12f..97282e8d 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -2812,8 +2812,8 @@ static void usage(void)  	printf("Usage:\n"  		"\tsdptool [options] <command> [command parameters]\n");  	printf("Options:\n" -		"\t--help\t\tDisplay help\n" -		"\t--source\tSpecify source interface\n"); +		"\t-h\t\tDisplay help\n" +		"\t-i\t\tSpecify source interface\n");  	printf("Commands:\n");  	for (i = 0; command[i].cmd; i++) | 
