From 4794d7a080676e714480646b4235da989927cd34 Mon Sep 17 00:00:00 2001 From: Aryeh Raber Date: Sun, 26 Apr 2020 22:54:21 +0200 Subject: [PATCH] Add small warning that run may take a while --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 099007c..a56ef13 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -538,7 +538,7 @@ * Output diagnostics to aid in debugging Valet. */ $app->command('diagnose [-p|--print] [--plain]', function ($print, $plain) { - info('Running diagnostics...'); + info('Running diagnostics... (this may take a while)'); Diagnose::run($print, $plain);