add usage for force option

This commit is contained in:
none 2021-02-24 20:12:54 +01:00
parent 37eb11fb4b
commit ee6787d2d0
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ static int usage()
"-n N\n only update card N (default with N=0)\n\n"
"-a \n update all cards\n\n"
"-b file\n fpga image file override (ignored if -a is used)\n\n"
"-f \n force update\n\n"
"-v \n more verbose (up to -v -v -v)\n\n"
);
}