summaryrefslogtreecommitdiffstats
path: root/installer/slxos-export
diff options
context:
space:
mode:
Diffstat (limited to 'installer/slxos-export')
-rwxr-xr-xinstaller/slxos-export19
1 files changed, 10 insertions, 9 deletions
diff --git a/installer/slxos-export b/installer/slxos-export
index ee1555ec..8f763185 100755
--- a/installer/slxos-export
+++ b/installer/slxos-export
@@ -32,6 +32,7 @@ use lib "$FindBin::RealBin/../config-db";
use OpenSLX::Basics;
use OpenSLX::OSExport::Engine;
+use OpenSLX::Utils;
my ($helpReq, $manReq, $verbose, $versionReq,);
@@ -151,15 +152,15 @@ if ($action =~ m[^list-ex]i) {
$engine->initializeFromExisting($exportName);
$engine->purgeExport();
} else {
- print STDERR _tr(
- "You need to specify exactly one action:
- export
- list-exported
- list-installed
- list-types
- remove
-Try '%s --help' for more info.\n", $0
- );
+ vlog(0, _tr(unshiftHereDoc(<<' END-OF-HERE'), $0));
+ You need to specify exactly one action:
+ export
+ list-exported
+ list-installed
+ list-types
+ remove
+ Try '%s --help' for more info.
+ END-OF-HERE
}
=head1 NAME