summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-26 15:14:37 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-26 15:15:43 -0400
commit52284cb535afdc1b541d23444bda9e8da8e9db13 (patch)
tree8e03c72d46de585f90f9bf1550049632b0b76f57
parentb9cebabfc7111688a90c0c7ba55ef171501e8a13 (diff)
downloadreply-52284cb535afdc1b541d23444bda9e8da8e9db13.tar.gz
reply-52284cb535afdc1b541d23444bda9e8da8e9db13.zip
a bit more docs
-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