diff options
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[] = { | 
