summaryrefslogtreecommitdiffstats
path: root/os-plugins/slxos-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/slxos-plugin')
-rw-r--r--os-plugins/slxos-plugin15
1 files changed, 8 insertions, 7 deletions
diff --git a/os-plugins/slxos-plugin b/os-plugins/slxos-plugin
index e72b9b72..ad203383 100644
--- a/os-plugins/slxos-plugin
+++ b/os-plugins/slxos-plugin
@@ -32,6 +32,7 @@ use Pod::Usage;
use OpenSLX::Basics;
use OpenSLX::OSPlugin::Engine;
+use OpenSLX::Utils;
my ($helpReq, $manReq, $verbose, $versionReq,);
@@ -120,13 +121,13 @@ if ($action =~ m[^list-av]i) {
}
$engine->removePlugin();
} else {
- print STDERR _tr(
- "You need to specify exactly one action:
- install
- list-available
- remove
-Try '%s --help' for more info.\n", $0
- );
+ vlog(0, _tr(unshiftHereDoc(<<' END-OF-HERE'), $0));
+ You need to specify exactly one action:
+ install
+ list-available
+ remove
+ Try '%s --help' for more info.
+ END-OF-HERE
}
=head1 NAME