소스 검색

v.transform: use standardized options (https://trac.osgeo.org/grass/ticket/2409)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63149 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 년 전
부모
커밋
aec5dbdeaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vector/v.transform/main.c

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

@@ -149,7 +149,7 @@ int main(int argc, char *argv[])
     zscale->guisection = _("Custom");
 
     zrot = G_define_option();
-    zrot->key = "zrot";
+    zrot->key = "zrotation";
     zrot->type = TYPE_DOUBLE;
     zrot->required = NO;
     zrot->multiple = NO;