Browse Source

v.proj: use description instead of label for -l flag, related to trac https://trac.osgeo.org/grass/ticket/241

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32434 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
4d86e91aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.proj/main.c

+ 1 - 1
vector/v.proj/main.c

@@ -90,7 +90,7 @@ int main (int argc, char *argv[])
 
     flag.list = G_define_flag();
     flag.list->key = 'l';
-    flag.list->label = _("List vector maps in input location and exit");
+    flag.list->description = _("List vector maps in input location and exit");
 
     flag.transformz = G_define_flag();
     flag.transformz->key = 'z';