소스 검색

t.rast.what: correct user msg (fix 3337)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70953 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 년 전
부모
커밋
539346bdcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      temporal/t.rast.what/t.rast.what.py

+ 1 - 1
temporal/t.rast.what/t.rast.what.py

@@ -146,7 +146,7 @@ def main(options, flags):
         gscript.fatal(_("Options coordinates and points are mutually exclusive"))
 
     if not coordinates and not points and not use_stdin: 
-        gscript.fatal(_("Please specify the coordinates, the points option or use the 's' option to pipe coordinate positions to t.rast.what from stdin, to provide the sampling coordinates"))
+        gscript.fatal(_("Please specify the coordinates, the points option or use the 'i' flag to pipe coordinate positions to t.rast.what from stdin, to provide the sampling coordinates"))
 
     if use_stdin:
         coordinates_stdin = str(sys.__stdin__.read())