[GRASS-dev] [GRASS GIS] #3992: v.import man page should say what -f's ro, rw, and rw+ are
GRASS GIS
trac at osgeo.org
Sun Nov 24 16:45:45 PST 2019
#3992: v.import man page should say what -f's ro, rw, and rw+ are
-------------------------+---------------------------------
Reporter: jidanni | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: Docs | Version: git-releasebranch78
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+---------------------------------
man v.import -f: document ro, rw, rw+
{{{
$ grass --exec v.import -f input=/dev/null 2>/dev/null |\
perl -nwle '/\(([^)]+)/||die; print $1;'|sort|uniq -c
40 ro
2 rw
47 rw+
}}}
OK, but the v.import man page should say what -f's ro, rw, and rw+ are.
Yes, the user might guess what ro and rw are, but not **rw+**!!.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3992>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list