git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55518 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -27,12 +27,8 @@
#%option G_OPT_T_WHERE
#%end
-#%option
-#% key: fs
-#% type: string
+#%option G_OPT_F_SEP
#% description: Field separator character between the output columns
-#% required: no
-#% answer: |
#%flag
@@ -58,7 +54,7 @@ def main():
where = options["where"]
extended = flags["e"]
header = flags["h"]
- fs = options["fs"]
+ fs = options["separator"]
# Make sure the temporal database exists
tgis.init()
@@ -80,12 +80,8 @@
#% guisection: Time & Date
#% description: Field separator character of the input file
#% guisection: Input
@@ -108,7 +104,7 @@ def main():
maps = options["maps"]
type = options["type"]
file = options["file"]
start = options["start"]
end = options["end"]
unit = options["unit"]
@@ -29,12 +29,8 @@
#%option G_OPT_DB_COLUMNS
-#% key: separator
#% description: Separator character between the output columns
#%option G_OPT_V_FIELD