Przeglądaj źródła

v.proj: switch -l flag label/description, trac https://trac.osgeo.org/grass/ticket/241

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32442 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 lat temu
rodzic
commit
64d0fa7e89
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      vector/v.proj/main.c

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

@@ -94,8 +94,8 @@ int main (int argc, char *argv[])
 
     flag.transformz = G_define_flag();
     flag.transformz->key = 'z';
-    flag.transformz->label = _("3D vector maps only");
-    flag.transformz->description = _("Assume z co-ordinate is ellipsoidal height and "
+    flag.transformz->description = _("3D vector maps only");
+    flag.transformz->label = _("Assume z co-ordinate is ellipsoidal height and "
 				     "transform if possible");
    
     /* The parser checks if the map already exists in current mapset,