Skip to content

Commit

Permalink
Fixed:#22395
Browse files Browse the repository at this point in the history
Fixed  #22395: config:set -le and -lc short form options don't work
  • Loading branch information
satyaprakashpatel authored May 4, 2019
1 parent cfc6ea2 commit fbcfd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Config/Console/Command/ConfigSetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ protected function configure()
),
new InputOption(
static::OPTION_LOCK_ENV,
'le',
'e',
InputOption::VALUE_NONE,
'Lock value which prevents modification in the Admin (will be saved in app/etc/env.php)'
),
new InputOption(
static::OPTION_LOCK_CONFIG,
'lc',
'c',
InputOption::VALUE_NONE,
'Lock and share value with other installations, prevents modification in the Admin '
. '(will be saved in app/etc/config.php)'
Expand Down

0 comments on commit fbcfd11

Please sign in to comment.