diff --git a/bin/cfg b/bin/cfg index 5c2203c..ac69102 100755 --- a/bin/cfg +++ b/bin/cfg @@ -105,7 +105,7 @@ $collection = (new Input\InputCollection()) ->description('Path where the config/ directory of the package conf files is located, defaults to the working dir') ) // }}} - ->add( Input\InputTypeFactory::build('LongOption')->name('siteDir') // {{{ + ->add( Input\InputTypeFactory::build('LongOption')->name('siteDir')->short('s') // {{{ ->flags(AbstractInputType::FLAG_OPTIONAL | Input\AbstractInputType::FLAG_VALUE_REQUIRED) ->description('Site/instance directory below config/. Accepts owner_xyz or config/owner_xyz') ->validator(new Input\Validator(