Skip to content

Commit

Permalink
ENGCOM-5056: Fixed:magento#22395 magento#22720
Browse files Browse the repository at this point in the history
 - Merge Pull Request magento#22720 from satyaprakashpatel/magento2:2.3-develop-config-set-short
 - Merged commits:
   1. fbcfd11
  • Loading branch information
magento-engcom-team committed May 5, 2019
2 parents 19fcb92 + fbcfd11 commit ff4c8cc
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 ff4c8cc

Please sign in to comment.