[GRASS-dev] r.surf.fractal [was: v.buffer]

Paolo wrote:
> Same thing happens for r.surf.fractal (option d=float has been changed
> in option dimension=float). Could this also be fixed?

it shouldn't need to be. the parser will accept shortened names as long
as they do not conflict. Therefore a call to 'r.surf.fractal d=' will
work the same in grass 6.3 as it will in 6.4.
So names can be lengthened without worry.

see http://grass.osgeo.org/wiki/Module_command_line_parser

H