@@ -142,64 +142,64 @@ public function getOptionsList()
142
142
null ,
143
143
InputOption::VALUE_REQUIRED ,
144
144
'URL the store is supposed to be available at. '
145
- . 'Deprecated, use config:set with path web/unsecure/base_url '
145
+ . 'Deprecated, use config:set with path web/unsecure/base_url '
146
146
),
147
147
new InputOption (
148
148
StoreConfigurationDataMapper::KEY_LANGUAGE ,
149
149
null ,
150
150
InputOption::VALUE_REQUIRED ,
151
151
'Default language code. '
152
- . 'Deprecated, use config:set with path general/locale/code '
152
+ . 'Deprecated, use config:set with path general/locale/code '
153
153
),
154
154
new InputOption (
155
155
StoreConfigurationDataMapper::KEY_TIMEZONE ,
156
156
null ,
157
157
InputOption::VALUE_REQUIRED ,
158
158
'Default time zone code. '
159
- . 'Deprecated, use config:set with path general/locale/timezone '
159
+ . 'Deprecated, use config:set with path general/locale/timezone '
160
160
),
161
161
new InputOption (
162
162
StoreConfigurationDataMapper::KEY_CURRENCY ,
163
163
null ,
164
164
InputOption::VALUE_REQUIRED ,
165
165
'Default currency code. '
166
- . 'Deprecated, use config:set with path currency/options/base, currency/options/default '
167
- . ' and currency/options/allow '
166
+ . 'Deprecated, use config:set with path currency/options/base, currency/options/default '
167
+ . ' and currency/options/allow '
168
168
),
169
169
new InputOption (
170
170
StoreConfigurationDataMapper::KEY_USE_SEF_URL ,
171
171
null ,
172
172
InputOption::VALUE_REQUIRED ,
173
173
'Use rewrites. '
174
- . 'Deprecated, use config:set with path web/seo/use_rewrites '
174
+ . 'Deprecated, use config:set with path web/seo/use_rewrites '
175
175
),
176
176
new InputOption (
177
177
StoreConfigurationDataMapper::KEY_IS_SECURE ,
178
178
null ,
179
179
InputOption::VALUE_REQUIRED ,
180
180
'Use secure URLs. Enable this option only if SSL is available. '
181
- . 'Deprecated, use config:set with path web/secure/use_in_frontend '
181
+ . 'Deprecated, use config:set with path web/secure/use_in_frontend '
182
182
),
183
183
new InputOption (
184
184
StoreConfigurationDataMapper::KEY_BASE_URL_SECURE ,
185
185
null ,
186
186
InputOption::VALUE_REQUIRED ,
187
187
'Base URL for SSL connection. '
188
- . 'Deprecated, use config:set with path web/secure/base_url '
188
+ . 'Deprecated, use config:set with path web/secure/base_url '
189
189
),
190
190
new InputOption (
191
191
StoreConfigurationDataMapper::KEY_IS_SECURE_ADMIN ,
192
192
null ,
193
193
InputOption::VALUE_REQUIRED ,
194
194
'Run admin interface with SSL. '
195
- . 'Deprecated, use config:set with path web/secure/use_in_adminhtml '
195
+ . 'Deprecated, use config:set with path web/secure/use_in_adminhtml '
196
196
),
197
197
new InputOption (
198
198
StoreConfigurationDataMapper::KEY_ADMIN_USE_SECURITY_KEY ,
199
199
null ,
200
200
InputOption::VALUE_REQUIRED ,
201
201
'Whether to use a "security key" feature in Magento Admin URLs and forms. '
202
- . 'Deprecated, use config:set with path admin/security/use_form_key '
202
+ . 'Deprecated, use config:set with path admin/security/use_form_key '
203
203
),
204
204
];
205
205
}
0 commit comments