1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 19:35:59 +02:00
This commit is contained in:
shiyele 2009-06-25 07:19:19 +00:00
parent 820eb1b922
commit 6f225c760e

View File

@ -25,7 +25,8 @@ static void help(void)
printf("Usage: inflash [options] ...(must run as root)\n"
" -h --help\t\t\tPrint this help message\n"
" -v --version\t\t\tPrint the version number\n"
" -c --command\t\t\tDirect run the command\n"
" -c --command\t\t\tDirect run the command\n\n"
" <run without options to enter commands via inflash prompt>\n\n"
"Report bugs to <xiangfu.z@gmail.com>.\n"
);
}
@ -49,7 +50,7 @@ int main(int argc, char **argv)
char com_buf[256] = {0};
printf("\n inflash - Ingenic XBurst USB Boot Utility"
"\n (c) 2009 Ingenic Semiconductor Inc., Xiangfu Liu, Marek Lindner, Wolfgang Spraul"
"\n (c) 2009 Ingenic Semiconductor Inc., Qi Hardware Inc., Xiangfu Liu, Marek Lindner"
"\n This program is Free Software and comes with ABSOLUTELY NO WARRANTY."
"\n\n");