소스 검색

db.out.ogr: input -> output

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55983 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 년 전
부모
커밋
e6faf5d056
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      scripts/db.out.ogr/db.out.ogr.py

+ 1 - 2
scripts/db.out.ogr/db.out.ogr.py

@@ -25,9 +25,8 @@
 #% required: yes
 #%end
 
-#%option G_OPT_F_INPUT
+#%option G_OPT_F_OUTPUT
 #% key: dsn
-#% gisprompt: old,bin,file
 #% description: Table file to be exported or DB connection string
 #% required : yes
 #%end