X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcmd_vfd.c;h=104c3105612e5917b746db523e72bdef1f769ed3;hb=f784e32b4bce0013983506b11af4b85b8ca3d36e;hp=29c349dab9c5d21e59dcb084c15cf7e505803b02;hpb=93f798346033a1f6d22090b47abad4be88243b04;p=u-boot diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c index 29c349dab9..104c310561 100644 --- a/common/cmd_vfd.c +++ b/common/cmd_vfd.c @@ -66,10 +66,10 @@ int do_vfd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) } U_BOOT_CMD( - vfd, 2, 0, do_vfd, - "vfd - load a bitmap to the VFDs on TRAB\n", - "/N\n" - " - load bitmap N to the VFDs (N is _decimal_ !!!)\n" + vfd, 2, 0, do_vfd, + "vfd - load a bitmap to the VFDs on TRAB\n", + "/N\n" + " - load bitmap N to the VFDs (N is _decimal_ !!!)\n" "vfd ADDR\n" " - load bitmap at address ADDR\n" );