diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index b9f7566f576bad1af70dee1a2008173f9c72e14e..c59f079df650db294ad1d57b62853bcbf9e96f48 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -57,7 +57,7 @@ class Setting extends Base { parent::configure(); $this ->setName('user:setting') - ->setDescription('adds a user') + ->setDescription('Read and modify user settings') ->addArgument( 'uid', InputArgument::REQUIRED, @@ -66,7 +66,7 @@ class Setting extends Base { ->addArgument( 'app', InputArgument::OPTIONAL, - 'Restrict the preferences to a given app', + 'Restrict the settings to a given app', '' ) ->addArgument(