Преглед изворни кода

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