From c23c60e16b2187dc23f4fe87f1e74144fe16b8ec Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 14 Mar 2020 19:12:53 -0600 Subject: [PATCH] remove 'clean' from help --- ab-openldap/ab-openldap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ab-openldap/ab-openldap.sh b/ab-openldap/ab-openldap.sh index e0ae6ab..ccee111 100755 --- a/ab-openldap/ab-openldap.sh +++ b/ab-openldap/ab-openldap.sh @@ -91,9 +91,6 @@ scriptHelp () { textblock "${cyan}-s|--shell${norm}" textblock "Switch parameter. Enter the container using an interactive POSIX shell. This happens after startup operations but *before* openLDAP (slapd) is started. This is a great way to test out configuration changes or run custom queries. You can combine this with '--rm' for easy configuration checks or LDIF imports." printf "\n" - textblock "${cyan}--clean${norm}" - textblock "Switch parameter. This option will stop and remove ALL running openLDAP containers *AND DESTROY ALL VOLUMES*. This is meant to give you a 'clean start' if you've made configuration changes, etc." - printf "\n" textblock "${cyan}--restore${norm}" textblock "Switch parameter. Restore a 'slapcat' backup to the data and ldif volumes in preparation for mounting them in a normal container. It is strongly recommended you review your '-t' '--data' and '--ldif' settings before proceeding with this option." printf "\n"