diff --git a/src/applications/auth/management/PhabricatorAuthManagementRevokeWorkflow.php b/src/applications/auth/management/PhabricatorAuthManagementRevokeWorkflow.php index 67ee746c2c..f2a9e35688 100644 --- a/src/applications/auth/management/PhabricatorAuthManagementRevokeWorkflow.php +++ b/src/applications/auth/management/PhabricatorAuthManagementRevokeWorkflow.php @@ -62,7 +62,7 @@ final class PhabricatorAuthManagementRevokeWorkflow $is_everything = $args->getArg('everything'); if ($type === null && !$is_everything) { if ($is_list) { - // By default, "bin/revoke --list" implies "--everything". + // By default, "bin/auth revoke --list" implies "--everything". $types = $all_types; } else { throw new PhutilArgumentUsageException(