1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-21 05:55:12 +02:00

Fix typo in command description

Bu işleme şunda yer alıyor:
Joas Schilling 2015-07-07 11:20:53 +02:00
ebeveyn f09fe564ea
işleme 971060862e
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme

Dosyayı Görüntüle

@ -45,7 +45,7 @@ class GetConfig extends Base {
$this
->setName('config:app:get')
->setDescription('Set an app config value')
->setDescription('Get an app config value')
->addArgument(
'app',
InputArgument::REQUIRED,

Dosyayı Görüntüle

@ -45,7 +45,7 @@ class GetConfig extends Base {
$this
->setName('config:system:get')
->setDescription('Set a system config value')
->setDescription('Get a system config value')
->addArgument(
'name',
InputArgument::REQUIRED,