From 4da7e1ed4d727f314c09daabce7aad5198ad6433 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Sep 2014 14:19:37 +0100 Subject: [PATCH] More variant replacements --- install-freedombone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index b02eebe8..2909b899 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -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 '' }