summaryrefslogtreecommitdiffstats
path: root/satellit_installer/satellit_installer
diff options
context:
space:
mode:
authorChristian Rößler2015-02-26 14:26:40 +0100
committerChristian Rößler2015-02-26 14:26:40 +0100
commit243778f6c8ffbf528e832552323594b092e6c6d5 (patch)
tree567cdae27b5b150e314f0939a8373c105d405c92 /satellit_installer/satellit_installer
parent[SSPS] version string to motd, slx-admin and /etc/sat_version [TO BE TESTED!] (diff)
downloadsetup-scripts-243778f6c8ffbf528e832552323594b092e6c6d5.tar.gz
setup-scripts-243778f6c8ffbf528e832552323594b092e6c6d5.tar.xz
setup-scripts-243778f6c8ffbf528e832552323594b092e6c6d5.zip
[SSPS] Some aesthetics in help message
Diffstat (limited to 'satellit_installer/satellit_installer')
-rwxr-xr-xsatellit_installer/satellit_installer6
1 files changed, 5 insertions, 1 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index 2ca8080..bed8fa9 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -27,7 +27,11 @@ echo "#"
case "$1" in
"-h" | "--help")
echo "#"
- echo "# Currently there is just a version string to be given via -V or --version."
+ echo "# Options: -h or --help for (this) help,"
+ echo "# -V or --version followed by a mandatory version string."
+ echo "#"
+ echo "# Note: A version string must be given!"
+ echo "#"
echo "# If you need to change any predefined values, take a look into includes/00-variables.inc."
echo "# and set them there."
exit