We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fe833 commit 0cc10baCopy full SHA for 0cc10ba
1 file changed
README.md
@@ -62,19 +62,19 @@ Install slowjam:
62
Analyze a stacklog using the interactive webserver:
63
64
```shell
65
-slowjam -http localhost:8080 /path/to/stack.slog
+slowjam --http localhost:8080 /path/to/stack.slog
66
```
67
68
To output a Gantt/Flamegraph chart to `out.html`:
69
70
71
-slowjam -html out.html /path/to/stack.slog
+slowjam --html out.html /path/to/stack.slog
72
73
74
To output a text summary to `out.txt`:
75
76
77
-slowjam -html out.txt /path/to/stack.slog
+slowjam --html out.txt /path/to/stack.slog
78
79
80
## Real World Examples
0 commit comments