소스 검색

Correct module description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54682 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 12 년 전
부모
커밋
7af59225a5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      temporal/t.rename/t.rename.py

+ 2 - 2
temporal/t.rename/t.rename.py

@@ -5,7 +5,7 @@
 # MODULE:       t.support
 # AUTHOR(S):    Soeren Gebbert
 #
-# PURPOSE:      Modify the metadata of a space time dataset
+# PURPOSE:      Renames a space time dataset
 # COPYRIGHT:    (C) 2011 by the GRASS Development Team
 #
 #               This program is free software under the GNU General Public
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Modifies the metadata of a space time dataset.
+#% description: Renames a space time dataset
 #% keywords: temporal
 #% keywords: support
 #%end