diff --git a/app/Console/Commands/Install.php b/app/Console/Commands/Install.php index c29f65fb..2e42a527 100644 --- a/app/Console/Commands/Install.php +++ b/app/Console/Commands/Install.php @@ -59,7 +59,7 @@ class Install extends Command * * @var string */ - protected $description = 'Run 2FAuth installation or update'; + protected $description = 'Run 2FAuth installation/update wizard'; /** * Create a new command instance. @@ -138,6 +138,7 @@ class Install extends Command $this->newLine(); $this->line('Want to support its development?'); $this->line('You can Buy me a coffee => https://ko-fi.com/bubka'); + $this->line('You can sponsor me on GitHub => https://github.com/sponsors/Bubka'); return self::SUCCESS; }