Is the --svn option functional?

Hello, I have svn in the path but the utilities do not find it:

% which svn
/usr/local/bin/svn
% ruby script/generate -c scaffold foo
Couldn’t find ‘-c’ generator
% ruby script/generate --svn scaffold foo
Couldn’t find ‘–svn’ generator

The --help says

Usage: script/generate [options] generator [args]

and the same happens with script/destroy. Is that broken?

– fxn

I believe that if you place the -c at the end, it should work.