From ef24c2a9db8b95032e4d87b730dcffdf1b9901a4 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Fri, 24 Jun 2005 13:56:56 +0000 Subject: fix help message --- tools/sdptool.c | 4 ++-- 1 file 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 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++) -- cgit