瀏覽代碼

try to make these option descriptions make more sense

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49513 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 年之前
父節點
當前提交
c347ee023e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/gis/parser_standard_options.c

+ 2 - 2
lib/gis/parser_standard_options.c

@@ -428,7 +428,7 @@ struct Option *G_define_standard_option(int opt)
 	Opt->description =
 	    _("A single vector map can be connected to multiple database "
 	      "tables. This number determines which table to use. "
-/* huh? */    "Layer name for direct OGR access.");
+	      "When used with direct OGR access this is the layer name.");
 	Opt->gisprompt = "old,layer,layer";
 	break;
     case G_OPT_V_FIELD_ALL:
@@ -440,7 +440,7 @@ struct Option *G_define_standard_option(int opt)
 	Opt->description =
 	    _("A single vector map can be connected to multiple database "
 	      "tables. This number determines which table to use. "
-/* huh? */    "Layer name for direct OGR access.");
+	      "When used with direct OGR access this is the layer name.");
 	Opt->gisprompt = "old,layer,layer_all";
 	break;
     case G_OPT_V_CAT: