Hi,

2008/7/2 Rainer M Krug <[EMAIL PROTECTED]>:
> I finally started working on the implementation of grass commands from
> R and most of the translation from the the output from
> --interface-description is working. I just have one question at the
> moment: some flags require "--" and others "-" and I could not fiind
> any indication in the
> --interface-description output which one uses which.

I guess, basically one-letter flags use '-' othewise '--', e.g.

       <flag name="g">
                <label>
                        Shell script style, currently only for report
                </label>
                <description>
                        Format: layer type count min max
                </description>
        </flag>
        <flag name="overwrite">
                <description>
                        Allow output files to overwrite existing files
                </description>
        </flag>

-> '-g' / '--overwrite' (or '--o')

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to