From: Dave Thomas Date: 2004-12-29T12:56:43+09:00 Subject: Re: Ri bug in new 1.8.2 release On Dec 28, 2004, at 12:16 PM, jim@freeze.org wrote: > The timestamp appeared ok, but after I deleted the String directory > and rebuilt the docs, it now works. If I find time to rebuild from > scratch > again, I'll see if I can understand what happened originally. > Sounds like there was simply a spurious file lying around. Glad it's working OK for you now. > BTW, if you pass a bogus option into rdoc, it doesn't complain. > For example: > > rdoc --all -ri-system . > That's because there isn't a spurious option there... it's just the way this style of option passing works. You told it --all -r -i -system It's a feature of getoptlong. Cheers Dave