Skip to content

Commit ca4edb7

Browse files
authored
gdal_raster_calc.rst: fix example
1 parent 0e38a13 commit ca4edb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/programs/gdal_raster_calc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Examples
9999

100100
.. code-block:: bash
101101
102-
gdal_calc -i "A=input.tif" -o=result.tif --calc="A > 0 ? A : NaN"
102+
gdal raster calc -i "A=input.tif" -o result.tif --calc="A > 0 ? A : NaN"

0 commit comments

Comments
 (0)