mcap: linux: Add the "Type" Information for -c Option to the Help Menu

This patch adds the "Type" option of (b or h or w)
for the -c option when the help menu is printed.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Reviewed-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
Kedareswara rao Appana 2015-04-21 11:36:48 +05:30 committed by Nava kishore Manne
parent 8c62367e0d
commit d9904389a5

View file

@ -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 <address> [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"
;