summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r--pod/perldebug.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 7f58ddfce0..b711094b37 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -678,7 +678,7 @@ always spell them out in full for legibility and future compatibility.
Other examples include
- $ PERLDB_OPTS="NonStop frame=2" perl -d myprogram
+ $ PERLDB_OPTS="NonStop LineInfo=listing frame=2" perl -d myprogram
which runs script non-interactively, printing info on each entry
into a subroutine and each executed line into the file named F<listing>.