Update usage message

pull/4/head
Philip Heron 2015-10-20 00:17:20 +01:00
rodzic 0c847e515d
commit 062537a7e9
1 zmienionych plików z 1 dodań i 0 usunięć

1
main.c
Wyświetl plik

@ -35,6 +35,7 @@ void exit_usage()
" -t For testing, drops the specified percentage of packets while decoding.\n"
" -c Set the callign. Accepts A-Z 0-9 and space, up to 6 characters.\n"
" -i Set the image ID (0-255).\n"
" -v Print data for each packet decoded.\n"
"\n");
exit(-1);
}