More variant replacements

This commit is contained in:
Bob Mottram 2014-09-26 14:19:37 +01:00
parent 340ae2712e
commit 4da7e1ed4d
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ function show_help {
echo 'system type'
echo '-----------'
echo 'This can either be blank if you wish to install the full system,'
echo 'or for more specialised variants you can specify "mailbox", "cloud",'
echo '"chat", "social" or "writer"'
echo "or for more specialised variants you can specify '$VARIANT_MAILBOX', '$VARIANT_CLOUD',"
echo "'$VARIANT_CHAT', '$VARIANT_SOCIAL' or '$VARIANT_WRITER'"
echo ''
}