@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Auth: Fix a wrong command in a comment

Summary: `bin/revoke` does not exist. Make it `bin/auth revoke`.

Test Plan: Try commands on the command line.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26273

+1 -1
+1 -1
src/applications/auth/management/PhabricatorAuthManagementRevokeWorkflow.php
··· 62 62 $is_everything = $args->getArg('everything'); 63 63 if ($type === null && !$is_everything) { 64 64 if ($is_list) { 65 - // By default, "bin/revoke --list" implies "--everything". 65 + // By default, "bin/auth revoke --list" implies "--everything". 66 66 $types = $all_types; 67 67 } else { 68 68 throw new PhutilArgumentUsageException(