Browse Source

libgis: more details for the standard flag -b

Shows same labels for all modules,
some modules provide custom description.


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67953 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 years ago
parent
commit
072fda7686
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/gis/parser_standard_options.c

+ 2 - 1
lib/gis/parser_standard_options.c

@@ -918,7 +918,8 @@ struct Flag *G_define_standard_flag(int flag)
 	break;
     case G_FLG_V_TOPO:
 	Flg->key = 'b';
-	Flg->description = _("Do not build topology");
+        Flg->label = _("Do not build topology");
+        Flg->description = _("Advantageous when handling a large number of points");
 	break;
     }