]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_license.c
General help message cleanup
[people/ms/u-boot.git] / common / cmd_license.c
index c3c34967db0bf4a44161f718704c78832bb6d20c..141215b3a58f2bec90629cd2d3712e7f296e2fa0 100644 (file)
@@ -53,7 +53,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(license, 1, 1, do_license,
-          "print GPL license text",
-          NULL);
+       "print GPL license text",
+       ""
+);
 
 #endif /* CONFIG_CMD_LICENSE */