From 17217b22d8992f8132b707a035e3a34562ba573a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Jul 2009 22:35:08 -0500 Subject: reformat usage info so it fits on the screen --- lib/App/Termcast.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', -- cgit v1.2.3-54-g00ecf