summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxos-export2
-rwxr-xr-xinstaller/slxos-setup2
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/slxos-export b/installer/slxos-export
index cd9f763a..21db393f 100755
--- a/installer/slxos-export
+++ b/installer/slxos-export
@@ -100,7 +100,7 @@ if ($action =~ m[^list-ex]i) {
list-exported
list-installed
list-types
-Try '$0 --help' for more info.\n");
+Try '%s --help' for more info.\n", $0);
}
__END__
diff --git a/installer/slxos-setup b/installer/slxos-setup
index 9a14921d..b120cfc6 100755
--- a/installer/slxos-setup
+++ b/installer/slxos-setup
@@ -138,7 +138,7 @@ if ($action =~ m[import]i) {
list-supported
list-installed
update
-Try '$0 --help' for more info.\n");
+Try '%s --help' for more info.\n", $0);
}
__END__