diff --git a/app/tasks/install.php b/app/tasks/install.php index 34cd6c4dfa..cb70e090e6 100644 --- a/app/tasks/install.php +++ b/app/tasks/install.php @@ -15,7 +15,7 @@ $cli ->desc('Install Appwrite') ->param('httpPort', '', new Text(4), 'Server HTTP port', true) ->param('httpsPort', '', new Text(4), 'Server HTTPS port', true) - ->param('interactive','Y', new Text(1), 'A secure encryption key, make sure to make a backup of your key in a secure location') + ->param('interactive','Y', new Text(1), 'Run a interactive session', true) ->action(function ($httpPort, $httpsPort, $interactive) { /** * 1. Start - DONE