summaryrefslogtreecommitdiffstats
path: root/lib/App/Termcast.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Termcast.pm')
-rw-r--r--lib/App/Termcast.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index a4a8b46..0948093 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -314,9 +314,9 @@ sub write_to_termcast {
=method run @ARGV
-Runs the given command in the local terminal as though via C<exec>, but streams
-all output from that command to the termcast server. The command may be an
-interactive program (in fact, this is the most useful case).
+Runs the given command in the local terminal as though via C<system>, but
+streams all output from that command to the termcast server. The command may be
+an interactive program (in fact, this is the most useful case).
=cut