We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16bcfcb + 2690d27 commit fd4eb8bCopy full SHA for fd4eb8b
1 file changed
docs/jitlog.rst
@@ -25,7 +25,7 @@ The following commands show example usages::
25
# upload a jitlog when your program segfaults/crashes
26
$ pypy -m jitlog -o /tmp/file.log <program.py> <arguments>
27
<Segfault>
28
- $ pypy -m jitlog.upload /tmp/file.log
+ $ pypy -m jitlog --upload /tmp/file.log
29
30
Data sent
31
=========
0 commit comments