[U-Boot] [PATCH] cmd: Fix gettime command help
Tom Rini
trini at ti.com
Wed Jan 21 19:03:21 CET 2015
On Wed, Jan 21, 2015 at 11:54:08PM +0800, Bin Meng wrote:
> +Tom
>
> Hi Tom,
>
> On Mon, Jan 19, 2015 at 9:32 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> > Remove the additional ',' and '\n' from the gettime command help.
> >
> > Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> > ---
> >
> > common/cmd_gettime.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/common/cmd_gettime.c b/common/cmd_gettime.c
> > index 320ff70..c48baad 100644
> > --- a/common/cmd_gettime.c
> > +++ b/common/cmd_gettime.c
> > @@ -35,6 +35,6 @@ static int do_gettime(cmd_tbl_t *cmdtp, int flag, int argc,
> >
> > U_BOOT_CMD(
> > gettime, 1, 1, do_gettime,
> > - "get timer val elapsed,\n",
> > - "get time elapsed from uboot start\n"
> > + "get timer val elapsed",
> > + "get time elapsed from uboot start"
> > );
> > --
>
> Will you take this one?
Yup, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150121/ff74ca9b/attachment.pgp>
More information about the U-Boot
mailing list