summaryrefslogtreecommitdiffstats
path: root/lib/Reply.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply.pm')
-rw-r--r--lib/Reply.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Reply.pm b/lib/Reply.pm
index a378fa8..bb72149 100644
--- a/lib/Reply.pm
+++ b/lib/Reply.pm
@@ -102,7 +102,8 @@ sub new {
=method run
Runs the repl. Will continue looping until the C<read_line> callback returns
-undef or the C<loop> callback returns false.
+undef (typically when the user presses C<Ctrl+D>), or the C<loop> callback
+returns false (by default, the C<#q> command quits the repl in this way).
=cut