From d8c79198f22d62400892278c6ee74a2d17c65f4f Mon Sep 17 00:00:00 2001 From: Van Ziegelstein Date: Sun, 26 Aug 2018 13:12:30 +0200 Subject: [PATCH] Update the platform check comment. --- shadow_tune.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shadow_tune.pl b/shadow_tune.pl index d32f11a..1a08e2a 100755 --- a/shadow_tune.pl +++ b/shadow_tune.pl @@ -287,7 +287,8 @@ sub help_dialogue { #We try to determine the OS by checking what platform the Perl - #implementation was compiled for. Linux is the fallback value. + #implementation was compiled for. + #Only Windows, Mac and Linux are supported. die "This platform seems to be unsupported.\n" unless $^O eq 'MSWin32' || $^O eq 'darwin' ||