adds placeholder for -J (ivory pill, unimplemented)

This commit is contained in:
Joe Bryan 2018-11-16 20:11:02 -05:00
parent 92fca35aec
commit 2ef674b4b3

View File

@ -77,8 +77,14 @@ _main_getopt(c3_i argc, c3_c** argv)
u3_Host.ops_u.veb = c3n; u3_Host.ops_u.veb = c3n;
u3_Host.ops_u.kno_w = DefaultKernel; u3_Host.ops_u.kno_w = DefaultKernel;
while ( (ch_i=getopt(argc, argv,"B:w:f:K:p:LabcdgqvxFPDR")) != -1 ) { while ( (ch_i=getopt(argc, argv,"J:B:w:f:K:p:LabcdgqvxFPDR")) != -1 ) {
switch ( ch_i ) { switch ( ch_i ) {
case 'J': {
// XX should set path to ivory pill
// u3_Host.ops_u.lit_c = strdup(optarg);
// break;
return c3n;
}
case 'B': { case 'B': {
u3_Host.ops_u.pil_c = strdup(optarg); u3_Host.ops_u.pil_c = strdup(optarg);
break; break;