From bb39d90da6099d6895142df5f34018e09c48c033 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 14 May 2021 11:43:45 +0545 Subject: [PATCH] updating description for param --- app/tasks/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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