Browse Source

fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47567 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 years ago
parent
commit
610022e472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/d.rast.leg/d.rast.leg.py

+ 1 - 1
scripts/d.rast.leg/d.rast.leg.py

@@ -85,7 +85,7 @@ def make_frame(f, b, t, l, r):
 def main():
     map = options['map']
     nlines = options['lines']
-    rast = options['rast']
+    rast = options['raster']
     omit = flags['n']
     flip = flags['f']