diff options
author | Stephen Crane <steve.crane@rococosoft.com> | 2005-06-24 13:56:56 +0000 |
---|---|---|
committer | Stephen Crane <steve.crane@rococosoft.com> | 2005-06-24 13:56:56 +0000 |
commit | ef24c2a9db8b95032e4d87b730dcffdf1b9901a4 (patch) | |
tree | 4646f1e9f67c700caf24862268073893633b925f /tools | |
parent | 4cf1f07d58e85915f12099d9eb5560e7acbf4deb (diff) |
fix help message
Diffstat (limited to 'tools')
-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++) |