summaryrefslogtreecommitdiffstats
path: root/bin/ttyrec
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ttyrec')
-rw-r--r--bin/ttyrec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ttyrec b/bin/ttyrec
index c4d46d9..0aefecb 100644
--- a/bin/ttyrec
+++ b/bin/ttyrec
@@ -1,6 +1,8 @@
#!/usr/bin/env perl
use strict;
use warnings;
+# ABSTRACT: record interactive terminal sessions
+# PODNAME: ttyrec
use App::Ttyrec;
use Getopt::Long;