bootstrap.sh: add the "--overwrite-profile" to the help text
authorAntonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 17:27:36 +0000 (18:27 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 17:27:36 +0000 (18:27 +0100)
And add the option to the man page too.

drin.rst
libexec/bootstrap.sh

index ed21253..9d4ba31 100644 (file)
--- a/drin.rst
+++ b/drin.rst
@@ -46,7 +46,7 @@ Available sub-commands:
   ``new`` `[-h|--help]` `<destdir>` `[composer options (e.g. --devel)]`
     Create a new Drupal project in the `destdir` directory.
 
-  ``bootstrap`` `[--devel|-h|--help]"`
+  ``bootstrap`` `[--devel|--overwrite-profile|-h|--help]`
     Bootstrap a Drupal project, using settings from a `bootstrap.conf` file.
 
   ``clean`` `[-h|--help]`
index 422fafe..4670cef 100755 (executable)
@@ -20,7 +20,7 @@ set -e
 
 usage() {
   cat <<EOF
-usage: drin $(basename "$0" .sh) [--devel|-h|--help]
+usage: drin $(basename "$0" .sh) [--devel|--overwrite-profile|-h|--help]
 
 Bootstrap a Drupal project, using settings from a 'bootstrap.conf' file.