From e328b072917eb983e0f0641b156b55be63b12924 Mon Sep 17 00:00:00 2001 From: Dariusz Czajkowski Date: Thu, 16 Nov 2017 16:08:45 +0100 Subject: [PATCH] Reword --- src/Console/Commands/AuthTestsMakeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/AuthTestsMakeCommand.php b/src/Console/Commands/AuthTestsMakeCommand.php index 1a0e002..4897f1d 100644 --- a/src/Console/Commands/AuthTestsMakeCommand.php +++ b/src/Console/Commands/AuthTestsMakeCommand.php @@ -12,7 +12,7 @@ class AuthTestsMakeCommand extends Command * @var string */ protected $signature = 'make:auth-tests - {--a|annotation : Don\'t prepend tests\' names with \'test\', but rather use @test annotation} + {--a|annotation : Don\'t prepend tests\' names with \'test\', but use @test annotation instead} {--s|snake-case : Use snake-case rather than camel-case} {--f|force : Overwrite existing tests}';