diff --git a/src/Illuminate/Foundation/Console/ApiInstallCommand.php b/src/Illuminate/Foundation/Console/ApiInstallCommand.php index b85cdb98589f..967c6fa16f56 100644 --- a/src/Illuminate/Foundation/Console/ApiInstallCommand.php +++ b/src/Illuminate/Foundation/Console/ApiInstallCommand.php @@ -21,7 +21,7 @@ class ApiInstallCommand extends Command protected $signature = 'install:api {--composer=global : Absolute path to the Composer binary which should be used to install packages} {--force : Overwrite any existing API routes file} - {--passport : Install Laravel Passport}'; + {--passport : Install Laravel Passport instead of Laravel Sanctum}'; /** * The console command description.