mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12039] Update command descriptions
PHPBB3-12039
This commit is contained in:
parent
86e629e533
commit
98200161fc
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ class delete extends command
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('config:delete')
|
->setName('config:delete')
|
||||||
->setDescription("Deletes a configuration option")
|
->setDescription('Deletes a configuration option')
|
||||||
->addArgument(
|
->addArgument(
|
||||||
'key',
|
'key',
|
||||||
InputArgument::REQUIRED,
|
InputArgument::REQUIRED,
|
||||||
|
|
|
@ -19,7 +19,7 @@ class increment extends command
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('config:increment')
|
->setName('config:increment')
|
||||||
->setDescription("Increment a configuration option's value")
|
->setDescription("Increments a configuration option's value")
|
||||||
->addArgument(
|
->addArgument(
|
||||||
'key',
|
'key',
|
||||||
InputArgument::REQUIRED,
|
InputArgument::REQUIRED,
|
||||||
|
|
|
@ -19,7 +19,7 @@ class set_atomic extends command
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('config:set-atomic')
|
->setName('config:set-atomic')
|
||||||
->setDescription("Sets a configuration option's value only if the old_value matches the current configuration value or the configuration value does not exist yet.")
|
->setDescription("Sets a configuration option's value only if the old matches the current value.")
|
||||||
->addArgument(
|
->addArgument(
|
||||||
'key',
|
'key',
|
||||||
InputArgument::REQUIRED,
|
InputArgument::REQUIRED,
|
||||||
|
|
Loading…
Add table
Reference in a new issue