From 233a69adde140c8f609954d387c5499b8633eda2 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 19 Oct 2024 10:55:36 +0200 Subject: [PATCH] typo in usage --- bin/migrate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/migrate b/bin/migrate index 51aa8f75..79b0ad15 100755 --- a/bin/migrate +++ b/bin/migrate @@ -200,9 +200,9 @@ Options: -h, --help displays this help message -n dry run, do not copy data -v be verbose - use storage backend configration from conf.php found in + use storage backend configuration from conf.php found in this directory as source - optionally, use storage backend configration from conf.php + optionally, use storage backend configuration from conf.php found in this directory as destination; defaults to: " . PATH . "cfg" . DIRECTORY_SEPARATOR . "conf.php ");