diff --git a/raster/r.external.out/r.external.out.html b/raster/r.external.out/r.external.out.html
index df27ec6f763..8fd1e40d41e 100644
--- a/raster/r.external.out/r.external.out.html
+++ b/raster/r.external.out/r.external.out.html
@@ -27,8 +27,8 @@
Storing results from raster data analysis directly as GeoTIFF
# define output directory for files resulting from GRASS calculation(s)
# and target format:
mkdir $HOME/gisoutput/
-r.external.out directory=$HOME/gisoutput/ format="GTiff"
-
+# hint: the create options are not mandatory
+r.external.out directory=$HOME/gisoutput/ format="GTiff" option="BIGTIFF=YES,COMPRESS=DEFLATE"
# prepare sample analysis
g.region raster=elevation -p