]> git.sur5r.net Git - u-boot/blobdiff - board/esd/common/auto_update.c
Fix e-mail address of Gary Jennejohn.
[u-boot] / board / esd / common / auto_update.c
index 633f64178e6ecff1d32b7118120df64cef9f6477..8593125ef1dd2a281795e20b266b5f6fc2364d32 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2003-2004
- * Gary Jennejohn, DENX Software Engineering, gj@denx.de.
+ * Gary Jennejohn, DENX Software Engineering, garyj@denx.de.
  * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -550,7 +550,7 @@ int auto_update(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        autoupd,        1,      1,      auto_update,
-       "autoupd - Automatically update images\n",
+       "Automatically update images",
        NULL
 );
 #endif /* CONFIG_AUTO_UPDATE */