1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
This commit is contained in:
Ralph Metzler 2019-02-13 11:59:37 +01:00
parent 3c3430cdbc
commit 6d09ef98fc

View File

@ -102,7 +102,14 @@ int main(int argc, char **argv)
pol = 0; pol = 0;
break; break;
case 'h': case 'h':
printf("no help yet\n"); printf("ddzap [-d delivery_system] [-p polarity] [-c config_dir] [-f frequency(Hz)]\n"
" [-b bandwidth(Hz)] [-s symbol_rate(Hz)]\n"
" [-g gold_code] [-r root_code] [-i id] [-n device_num]\n"
"\n"
" delivery_system = C,S,S2,T,T2,J83B,ISDBC,ISDBT\n"
" polarity = h,v\n"
" polarity = h,v\n"
"\n");
exit(-1); exit(-1);
default: default:
break; break;