summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 22:35:08 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 22:35:08 -0500
commit17217b22d8992f8132b707a035e3a34562ba573a (patch)
treee7295966ebca970d610c1a22e0f6376f3bc16f98 /lib
parent232c315b142ce93e85a8175e3828f026691aa57b (diff)
downloadapp-termcast-17217b22d8992f8132b707a035e3a34562ba573a.tar.gz
app-termcast-17217b22d8992f8132b707a035e3a34562ba573a.zip
reformat usage info so it fits on the screen
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Termcast.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index bdef01b..ceb736c 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -46,7 +46,9 @@ has password => (
is => 'rw',
isa => 'Str',
default => 'asdf', # really unimportant
- documentation => 'Password for the termcast server (mostly unimportant)',
+ documentation => "Password for the termcast server\n"
+ . " (mostly unimportant)",
+);
has bell_on_watcher => (
is => 'rw',