From 2e76b0f6b113c0784ba3fe2e147fb0bef65931c1 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 18 Dec 2017 18:27:36 +0100 Subject: [PATCH] bootstrap.sh: add the "--overwrite-profile" to the help text And add the option to the man page too. --- drin.rst | 2 +- libexec/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drin.rst b/drin.rst index ed21253..9d4ba31 100644 --- a/drin.rst +++ b/drin.rst @@ -46,7 +46,7 @@ Available sub-commands: ``new`` `[-h|--help]` `` `[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]` diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index 422fafe..4670cef 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -20,7 +20,7 @@ set -e usage() { cat <