Browse Source

[bin] Minor fix in comments.

[ci skip]
Daniele Alessandri 11 năm trước cách đây
mục cha
commit
3ac4141bcb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bin/create-command-test

+ 1 - 1
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:
 //