I added long options,
{{"help",no_argument,0,'h'},
{"silent",no_argument,0,'q'},
{"download-only",no_argument,0,'d'},
{"simulate",no_argument,0,'s'},
{"just-print",no_argument,0,'s'},
{"dry-run",no_argument,0,'s'},
{"recon",no_argument,0,'s'},
{"no-act",no_argument,0,'s'},
{"yes",no_argument,0,'y'},
{"assume-yes",no_argument,0,'y'},
{"fix-broken",no_argument,0,'f'},
{"ignore-missing",no_argument,0,'m'},
They all match directly to a short option.
Jason
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]