Переглянути джерело

v.out.ascii: add descriotions for <format> option

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48439 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 роки тому
батько
коміт
52e99281fe
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      vector/v.out.ascii/args.c

+ 4 - 1
vector/v.out.ascii/args.c

@@ -46,7 +46,10 @@ void parse_args(int argc, char **argv,
     format_opt->options = "point,standard,wkt";
     format_opt->answer = "point";
     format_opt->description = _("Output format");
-    
+    format_opt->descriptions = _("point;Simple point format (point per row);"
+				 "standard;GRASS ASCII vector format;"
+				 "wkt;OGC well-known text;");
+
     delim_opt = G_define_standard_option(G_OPT_F_SEP);
     delim_opt->description = _("Field separator (points mode)");
     delim_opt->guisection = _("Points");