From f28bbfbbb6f48e44a9e63294ba3f88d5986c8a4b Mon Sep 17 00:00:00 2001 From: Kedareswara rao Appana Date: Tue, 21 Apr 2015 11:36:48 +0530 Subject: [PATCH] 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 --- mcap/linux/mcap.c | 3 +++ 1 file changed, 3 insertions(+) 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" ;