vere: fix queu short-args parsing

This commit is contained in:
Joe Bryan 2022-12-16 10:00:22 -05:00
parent aa83de5e8b
commit 1f84fcf262

View File

@ -1485,7 +1485,7 @@ _cw_queu(c3_i argc, c3_c* argv[])
u3_Host.dir_c = _main_pier_run(argv[0]);
while ( -1 != (ch_i=getopt_long(argc, argv, "", lop_u, &lid_i)) ) {
while ( -1 != (ch_i=getopt_long(argc, argv, "r:", lop_u, &lid_i)) ) {
switch ( ch_i ) {
case 6: { // no-demand
u3_Host.ops_u.map = c3n;