@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.

Update "bin/drydock command" help text to use more standard quoting

Summary: Ref T13676. Modern conventions quote flags in help text.

Test Plan: Read text.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13676

Differential Revision: https://secure.phabricator.com/D21797

+1 -2
+1 -2
src/applications/drydock/management/DrydockManagementCommandWorkflow.php
··· 27 27 if (!$lease_id) { 28 28 throw new PhutilArgumentUsageException( 29 29 pht( 30 - 'Use %s to specify a lease.', 31 - '--lease')); 30 + 'Use "--lease" to specify a lease.')); 32 31 } 33 32 34 33 $argv = $args->getArg('argv');