소스 검색

[bin] Minor fix in comments.

[ci skip]
Daniele Alessandri 11 년 전
부모
커밋
3ac4141bcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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:
 //