diff --git a/plugins/contours/calc_contours.grass b/plugins/contours/calc_contours.grass index 453aec422..b239bea63 100755 --- a/plugins/contours/calc_contours.grass +++ b/plugins/contours/calc_contours.grass @@ -3,7 +3,6 @@ # format: OGR output format # simplify: Simplify value # epsg: target EPSG code -# destination: destination folder. If it does not exist, it will be created. # # ------ # output: If successful, prints the full path to the contours file. Otherwise it prints "error" @@ -47,4 +46,4 @@ if [ -e "output.$$ext" ]; then echo "$$(pwd)/output.$$ext" else echo "error" -fi \ No newline at end of file +fi