]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_vfd.c
correct a syntax typo in at91_matrix.h
[people/ms/u-boot.git] / common / cmd_vfd.c
index ef4dd835b5293e5fe94cdc48d67835561daae19e..9c5b0385b5a2484c0623df91a592540e90992210 100644 (file)
@@ -67,11 +67,11 @@ 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",
+       "load a bitmap to the VFDs on TRAB",
        "/N\n"
        "    - load bitmap N to the VFDs (N is _decimal_ !!!)\n"
        "vfd ADDR\n"
-       "    - load bitmap at address ADDR\n"
+       "    - load bitmap at address ADDR"
 );
 #endif