Fix typo in vban_sendtext usage

This commit is contained in:
Benoit Quiniou 2018-10-03 21:45:32 +02:00
parent 203bf6dd77
commit 7db09f9121
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct main_t
void usage()
{
printf("\nUsage: vban_emitter [OPTIONS] MESSAGE\n\n");
printf("\nUsage: vban_sendtext [OPTIONS] MESSAGE\n\n");
printf("-i, --ipaddress=IP : MANDATORY. ipaddress to send stream to\n");
printf("-p, --port=PORT : MANDATORY. port to use\n");
printf("-s, --streamname=NAME : MANDATORY. streamname to use\n");