We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a86894 commit 19ecd0bCopy full SHA for 19ecd0b
src/applications/people/management/PhabricatorPeopleProfileImageWorkflow.php
@@ -10,11 +10,6 @@ protected function didConstruct() {
10
->setSynopsis(pht('Generate default profile images.'))
11
->setArguments(
12
array(
13
- array(
14
- 'name' => 'user',
15
- 'help' => pht(
16
- 'Generate a default profile image for a specific user'),
17
- ),
18
19
'name' => 'all',
20
'help' => pht(
@@ -38,7 +33,6 @@ public function execute(PhutilArgumentParser $args) {
38
33
39
34
$is_force = $args->getArg('force');
40
35
$is_all = $args->getArg('all');
41
- $is_user = $args->getArg('user');
42
36
43
37
$gd = function_exists('imagecreatefromstring');
44
if (!$gd) {
0 commit comments