]> git.mxchange.org Git - friendica.git/commitdiff
AutomaticInstallation - Fix last example
authorPhilipp <admin@philipp.info>
Sun, 15 Aug 2021 19:03:59 +0000 (21:03 +0200)
committerPhilipp <admin@philipp.info>
Sun, 15 Aug 2021 19:36:05 +0000 (21:36 +0200)
src/Console/AutomaticInstallation.php

index 72128c12707ffab5a1a3f629800c3b851de6f2fe..5d608b00d54bbdbe4db3f86b7931611d1ee35000 100644 (file)
@@ -93,7 +93,7 @@ Examples
        bin/console autoinstall --savedb
                Installs Friendica with environment variables and saves them to the 'config/local.config.php' file
 
-       bin/console autoinstall -h localhost -p 3365 -U user -P passwort1234 -d friendica
+       bin/console autoinstall -H localhost -p 3365 -u user -P passwort1234 -d friendica -U https://friendica.fqdn
                Installs Friendica with a local mysql database with credentials
 HELP;
        }