Skip to content

Commit ff4c8cc

Browse files
ENGCOM-5056: Fixed:#22395 #22720
- Merge Pull Request #22720 from satyaprakashpatel/magento2:2.3-develop-config-set-short - Merged commits: 1. fbcfd11
2 parents 19fcb92 + fbcfd11 commit ff4c8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Console/Command/ConfigSetCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ protected function configure()
114114
),
115115
new InputOption(
116116
static::OPTION_LOCK_ENV,
117-
'le',
117+
'e',
118118
InputOption::VALUE_NONE,
119119
'Lock value which prevents modification in the Admin (will be saved in app/etc/env.php)'
120120
),
121121
new InputOption(
122122
static::OPTION_LOCK_CONFIG,
123-
'lc',
123+
'c',
124124
InputOption::VALUE_NONE,
125125
'Lock and share value with other installations, prevents modification in the Admin '
126126
. '(will be saved in app/etc/config.php)'

0 commit comments

Comments
 (0)