7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

usage() fix

This commit is contained in:
profezzorn 2022-02-20 01:09:54 -08:00
parent bb39482667
commit 09347e3d31

View File

@ -32,7 +32,7 @@ struct Option options[] = {
} while(0)
void usage() {
printf("thunderscopehwcalibrate [options]\n"
printf("thunderscopehwcompensate [options]\n"
" --device=<deviceid>\n"
" --channel=<channel\n");
}