diff --git a/README.md b/README.md
index d59f07d..c829d26 100644
--- a/README.md
+++ b/README.md
@@ -1505,7 +1505,7 @@ VictoriaMetrics provides handlers for collecting the following [Go profiles](htt
```bash
-curl -s http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
+curl http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
```
diff --git a/Single-server-VictoriaMetrics.md b/Single-server-VictoriaMetrics.md
index 5682732..bdec173 100644
--- a/Single-server-VictoriaMetrics.md
+++ b/Single-server-VictoriaMetrics.md
@@ -1519,7 +1519,7 @@ curl http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
```bash
-curl -s http://0.0.0.0:8428/debug/pprof/profile > cpu.pprof
+curl http://0.0.0.0:8428/debug/pprof/profile > cpu.pprof
```