Skip to content

Commit fd4eb8b

Browse files
authored
Merge pull request #106 from timfel/patch-1
Update documentation
2 parents 16bcfcb + 2690d27 commit fd4eb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/jitlog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following commands show example usages::
2525
# upload a jitlog when your program segfaults/crashes
2626
$ pypy -m jitlog -o /tmp/file.log <program.py> <arguments>
2727
<Segfault>
28-
$ pypy -m jitlog.upload /tmp/file.log
28+
$ pypy -m jitlog --upload /tmp/file.log
2929

3030
Data sent
3131
=========

0 commit comments

Comments
 (0)