Commit 3f285c57 authored by Christophe Massiot's avatar Christophe Massiot

* examples/decode_mpeg.c: Fix usage help for --mtu.

parent 5b537ceb
...@@ -479,7 +479,7 @@ static void DumpPMT(void* p_data, dvbpsi_pmt_t* p_pmt) ...@@ -479,7 +479,7 @@ static void DumpPMT(void* p_data, dvbpsi_pmt_t* p_pmt)
static void usage( char *name ) static void usage( char *name )
{ {
#ifdef HAVE_SYS_SOCKET_H #ifdef HAVE_SYS_SOCKET_H
printf( "Usage: %s [--file <filename>|--udp <ipaddress> --port <port> -mtu <mtu>|--help]\n", name ); printf( "Usage: %s [--file <filename>|--udp <ipaddress> --port <port> --mtu <mtu>|--help]\n", name );
printf( " %s [-f <filename>|-u <ipaddress> -p <port> -m <mtu>|-h]\n", name ); printf( " %s [-f <filename>|-u <ipaddress> -p <port> -m <mtu>|-h]\n", name );
#else #else
printf( "Usage: %s [--file <filename>|--help]\n", name ); printf( "Usage: %s [--file <filename>|--help]\n", name );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment