Fix usage string

This commit is contained in:
George Oikonomou 2018-05-12 16:24:05 +01:00
parent aa926ee288
commit 64ad54d692
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static unsigned char rxbuf[2048];
static int
usage(int result)
{
printf("Usage: serialdump [-x] [-s[on]] [-i] [-bSPEED] [SERIALDEVICE]\n");
printf("Usage: serialdump [-x] [-s[on]] [-i] [-bSPEED] T[format] [SERIALDEVICE]\n");
printf(" -x for hexadecimal output\n");
printf(" -i for decimal output\n");
printf(" -s for automatic SLIP mode\n");