mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:22:48 +02:00
change the option --daemon to --upload
This commit is contained in:
parent
086c985468
commit
d99438324b
@ -71,7 +71,7 @@ int main(int argc, char** argv)
|
|||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strcmp(argv[1], "-d") || !strcmp(argv[1], "--daemon")) {
|
if (!strcmp(argv[1], "-u") || !strcmp(argv[1], "--upload")) {
|
||||||
if (argc != 4) {
|
if (argc != 4) {
|
||||||
show_help();
|
show_help();
|
||||||
goto xquit;
|
goto xquit;
|
||||||
@ -424,7 +424,7 @@ void show_help()
|
|||||||
"xbboot [vendor_request] ... (must run as root)\n"
|
"xbboot [vendor_request] ... (must run as root)\n"
|
||||||
" -h --help print this help message\n"
|
" -h --help print this help message\n"
|
||||||
" -v --version print the version number\n"
|
" -v --version print the version number\n"
|
||||||
" [-d | --daemon] <address> <image> \n"
|
" [-u | --upload] <address> <path> upload file at <path> to <address> then jump to <address>\n"
|
||||||
"\n"
|
"\n"
|
||||||
" bulk_read <len> read len bulk bytes from USB, write to stdout\n"
|
" bulk_read <len> read len bulk bytes from USB, write to stdout\n"
|
||||||
" bulk_write <path> write file at <path> to USB\n"
|
" bulk_write <path> write file at <path> to USB\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user