aboutsummaryrefslogtreecommitdiff
path: root/pastebin/website-pastebin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpastebin/website-pastebin3
1 files changed, 2 insertions, 1 deletions
diff --git a/pastebin/website-pastebin b/pastebin/website-pastebin
index b9f7841..6061c74 100755
--- a/pastebin/website-pastebin
+++ b/pastebin/website-pastebin
@@ -38,6 +38,7 @@ use Getopt::Long qw(:config no_ignore_case bundling);
use Pod::Usage qw(pod2usage);
use Unicode::Normalize qw(NFKD);
use File::Basename qw(dirname);
+use Term::ANSIColor;
my $help = 0;
my $title = '';
@@ -52,7 +53,7 @@ pod2usage(
pod2usage(
-verbose => 1,
-exitval => 2,
- -message => "Missing required --title argument."
+ -message => colored("Missing required --title argument.", "red")
) if !$title;
# Taken from: