X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fsrc%2FCommands%2FGreetCommand.php;h=cd52c0ce2448efed1394de743a6ef1ab70d49fee;hb=74df008bdbb3a11eeea356744f39b802369bda3c;hp=644630b7d912810d4702e7c14dde6378672fa2f5;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php b/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php index 644630b7d..cd52c0ce2 100644 --- a/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php +++ b/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php @@ -26,10 +26,10 @@ class GreetCommand extends Command 'Who do you want to greet?' ) ->addOption( - 'yell', - null, - InputOption::VALUE_NONE, - 'If set, the task will yell in uppercase letters' + 'yell', + null, + InputOption::VALUE_NONE, + 'If set, the task will yell in uppercase letters' ) ; }