From 3ac4141bcb56b232ff7bc3cbcdb532ca4ce0e249 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 21 Dec 2013 10:02:26 +0100 Subject: [PATCH] [bin] Minor fix in comments. [ci skip] --- bin/create-command-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create-command-test b/bin/create-command-test index 620d9324..6301be64 100755 --- a/bin/create-command-test +++ b/bin/create-command-test @@ -17,7 +17,7 @@ // For example, to generate a test case for SET (which is represented by the // Predis\Command\StringSet class): // -// $ ./bin/generate-command-test.php --class=StringSet +// $ ./bin/generate-command-test --class=StringSet // // Here is a list of optional arguments: //