General help message cleanup
[oweals/u-boot.git] / board / esd / common / auto_update.c
index 4ea373a7c0df1da3a20628cce4ed89f4f03b323c..33aeb46d2647f3da33ff424bd52af8e87516ee76 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
@@ -551,6 +551,6 @@ int auto_update(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 U_BOOT_CMD(
        autoupd,        1,      1,      auto_update,
        "Automatically update images",
-       NULL
+       ""
 );
 #endif /* CONFIG_AUTO_UPDATE */