[GRASS-user] removing non-existing raster does not gives a warning

WinGrass v7RC1

If if use the command line to delete a map (vector or raster) and the map does not exist, I won’t receive a warning about the typo

C:>g.remove raster name=bogus
The following data base element files would be deleted:
You must use the force flag (-f) to actually remove them. Exiting.

C:>g.remove raster name=bogus -f

C:>

Sholdn’t there be a warning?

Daniel