aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info/prompt_info.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--prompt_info/prompt_info.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/prompt_info/prompt_info.pl b/prompt_info/prompt_info.pl
index 260a9f8..51e5c16 100644
--- a/prompt_info/prompt_info.pl
+++ b/prompt_info/prompt_info.pl
@@ -87,7 +87,8 @@ sub test_abstract_setup {
my $prompt = $theme->format_expand('{prompt}', 0);
if ($prompt !~ m/\$prompt_additional/) {
print "Prompt_Info: It looks like you haven't modified your theme"
- . " include the \$prompt_additional expando. You will not see"
- . " any prompt info messages until you do.";
+ . " to include the \$prompt_additional expando. You will not see"
+ . " any prompt info messages until you do. See script comments"
+ . "for details";
}
}