[GRASS5] r.proj, v.proj, s.proj: parameter consistency fixed

Hi all,

the parameter consistency is fixed now:

r.proj help

Description:
re-project a raster map from one location to the current location

Usage:
r.proj input=name location=name [mapset=name] [dbase=name]
   [output=name] [method=name] [resolution=value]

Parameters:
       input input raster map
    location location of input map
      mapset mapset of input map
       dbase path to GRASS database of input location
      output output raster map
      method interpolation method to use
               options: nearest,bilinear,cubic
               default: nearest
  resolution resolution of output map

----------
v.proj help

Usage:
v.proj input=name location=name [dbase=name] [mapset=name]
   [output=name]

Parameters:
     input input vector map
  location location containing input vector map
     dbase path to GRASS database of input location
    mapset mapset containing input vector map
    output output vector map

----------
s.proj help

Description:
Allows the user to re-project a sites file from one location to the current
location.

Usage:
s.proj input=name location=name [dbase=name] [mapset=name]
   [output=name]

Parameters:
     input input sites list
  location location of input sites list
     dbase path to GRASS database of input location
    mapset mapset of input sites list
    output output sites list

The documentation is changed accordingly.

Please note: You don't have to specify the *full* parameter(s),
just the first letter(s) are enough to make GRASS guess which parameter is
used. Example:

  r.proj i=dgm1km l=europa ma=europa me=cubic

is sufficient to distinguish MEthods and MApset.

You may note that we are currently adding more information to "help"
parameter: A new "Description" field is there to explain the purpose of
the module.

Kind regards

Markus Neteler

--
Dipl.-Geogr. Markus Neteler * University of Hannover
Institute of Physical Geography and Landscape Ecology
Schneiderberg 50 * D-30167 Hannover * Germany
Tel: ++49-(0)511-762-4494 Fax: -3984

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'