diff --git a/mcap/linux/mcap.c b/mcap/linux/mcap.c index 366605e5..d04148ef 100644 --- a/mcap/linux/mcap.c +++ b/mcap/linux/mcap.c @@ -53,6 +53,9 @@ static char help_msg[] = "\t-v\t\tVerbose information of MCAP Device\n" "\t-h/H\t\tHelp\n" "\t-c
[type [data]] Access Device Configuration Space\n" +"\t\t here type[data] - b for byte data [8 bits]\n" +"\t\t here type[data] - h for half word data [16 bits]\n" +"\t\t here type[data] - w for word data [32 bits]\n" "\n" ;