Skip to content

Commit 0cc10ba

Browse files
committed
Update flag usage
1 parent d2fe833 commit 0cc10ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ Install slowjam:
6262
Analyze a stacklog using the interactive webserver:
6363

6464
```shell
65-
slowjam -http localhost:8080 /path/to/stack.slog
65+
slowjam --http localhost:8080 /path/to/stack.slog
6666
```
6767

6868
To output a Gantt/Flamegraph chart to `out.html`:
6969

7070
```shell
71-
slowjam -html out.html /path/to/stack.slog
71+
slowjam --html out.html /path/to/stack.slog
7272
```
7373

7474
To output a text summary to `out.txt`:
7575

7676
```shell
77-
slowjam -html out.txt /path/to/stack.slog
77+
slowjam --html out.txt /path/to/stack.slog
7878
```
7979

8080
## Real World Examples

0 commit comments

Comments
 (0)