diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-24 06:11:43 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-24 06:11:43 +0000 |
commit | cb50607d568c96fb15dd435249868818d923c847 (patch) | |
tree | cedb20c689f80ce459471d990fe3bfc4a72f2ba4 /sdpd/main.c | |
parent | 398f6814486536e5906c3723f23cdae9e3c4642a (diff) |
Update option references
Diffstat (limited to 'sdpd/main.c')
-rw-r--r-- | sdpd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdpd/main.c b/sdpd/main.c index d29c8c16..4027ae96 100644 --- a/sdpd/main.c +++ b/sdpd/main.c @@ -61,7 +61,7 @@ static void usage(void) { printf("sdpd - SDP daemon ver %s\n", VERSION); printf("Usage: \n"); - printf("\tsdpd [-n]\n"); + printf("\tsdpd [-n] [-d] [-m mtu] [-p]\n"); } static struct option main_options[] = { |