File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Module2 extends CLI
2424
2525 protected function setup (Options $ options )
2626 {
27- $ options ->setHelp ('This client is built to operate against the server defined in Module 1 only. ' );
27+ $ options ->setHelp ('This client is built to operate against the server defined in Module 2 only. ' );
2828
2929 $ options ->registerCommand ('create ' , 'Create a new note. ' );
3030 $ options ->registerCommand ('get ' , 'Get a specific note. ' );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Module3 extends CLI
2525
2626 protected function setup (Options $ options )
2727 {
28- $ options ->setHelp ('This client is built to operate against the server defined in Module 1 only. ' );
28+ $ options ->setHelp ('This client is built to operate against the server defined in Module 3 only. ' );
2929
3030 $ options ->registerCommand ('create ' , 'Create a new note. ' );
3131 $ options ->registerCommand ('get ' , 'Get a specific note. ' );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Module4 extends CLI
2525
2626 protected function setup (Options $ options )
2727 {
28- $ options ->setHelp ('This client is built to operate against the server defined in Module 1 only. ' );
28+ $ options ->setHelp ('This client is built to operate against the server defined in Module 4 only. ' );
2929
3030 $ options ->registerCommand ('create ' , 'Create a new note. ' );
3131 $ options ->registerCommand ('get ' , 'Get a specific note. ' );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Module5 extends CLI
2525
2626 protected function setup (Options $ options )
2727 {
28- $ options ->setHelp ('This client is built to operate against the server defined in Module 1 only. ' );
28+ $ options ->setHelp ('This client is built to operate against the server defined in Module 5 only. ' );
2929
3030 $ options ->registerCommand ('create ' , 'Create a new note. ' );
3131 $ options ->registerCommand ('get ' , 'Get a specific note. ' );
You can’t perform that action at this time.
0 commit comments