summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorJason Liu <jason.hui@linaro.org>2011-09-21 19:30:53 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-30 22:01:00 +0200
commit50cf8073433748de245f4c2cc57e90a8f7f1a327 (patch)
treeffddb0886a9d873f70681bfb02bb80b6a47c887b /drivers/misc
parentb7171d92c675d6d6d788dd543e62a1f4f8a342c6 (diff)
downloadtalos-obmc-uboot-50cf8073433748de245f4c2cc57e90a8f7f1a327.tar.gz
talos-obmc-uboot-50cf8073433748de245f4c2cc57e90a8f7f1a327.zip
cosmetic: fsl_pmic: cosmetic for the help message
This is cosmetic patch for the help message: Before: pmic dump [numregs] dump registers After: pmic dump [numregs] - dump registers Signed-off-by: Jason Liu <jason.hui@linaro.org> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/fsl_pmic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/fsl_pmic.c b/drivers/misc/fsl_pmic.c
index ef80ad949a..23255a59b5 100644
--- a/drivers/misc/fsl_pmic.c
+++ b/drivers/misc/fsl_pmic.c
@@ -230,6 +230,6 @@ int do_pmic(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
pmic, CONFIG_SYS_MAXARGS, 1, do_pmic,
"Freescale PMIC (Atlas)",
- "dump [numregs] dump registers\n"
+ "dump [numregs] - dump registers\n"
"pmic write <reg> <value> - write register"
);
OpenPOWER on IntegriCloud