summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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',