Skip to content

Commit 1d5656a

Browse files
author
Fred Sung
committed
MAGETWO-36367: Fix Messages in Setup CLI Commands
- Wrap none with single quotes to specify as the input value.
1 parent 6bbfcf0 commit 1d5656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Console/Command/AbstractMaintenanceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function configure()
5353
self::INPUT_KEY_IP,
5454
null,
5555
InputOption::VALUE_IS_ARRAY | InputOption::VALUE_REQUIRED,
56-
'Allowed IP addresses (use none to clear allowed IP list)'
56+
"Allowed IP addresses (use 'none' to clear allowed IP list)"
5757
),
5858
];
5959
$this->setDefinition($options);

0 commit comments

Comments
 (0)