X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/47ea478b44e3c529201c6678f5e2cbbe0fc60bf9..d5cdafda04202a4a6e2793ab250d1fecf7ad9bcf:/flash-ota.c diff --git a/flash-ota.c b/flash-ota.c index ea2bcad..2b6e75e 100644 --- a/flash-ota.c +++ b/flash-ota.c @@ -329,7 +329,7 @@ int main(int argc, char **argv) printf("HomeMatic OTA flasher version " VERSION "\n\n"); - while((opt = getopt(argc, argv, "f:s:c:s:h")) != -1) { + while((opt = getopt(argc, argv, "b:c:f:hs:")) != -1) { switch (opt) { case 'b': bps = atoi(optarg);