1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

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
This commit is contained in:
epriestley 2022-05-03 11:55:44 -07:00
parent d1fd2975b0
commit 9ec6677c02

View file

@ -27,8 +27,7 @@ final class DrydockManagementCommandWorkflow
if (!$lease_id) { if (!$lease_id) {
throw new PhutilArgumentUsageException( throw new PhutilArgumentUsageException(
pht( pht(
'Use %s to specify a lease.', 'Use "--lease" to specify a lease.'));
'--lease'));
} }
$argv = $args->getArg('argv'); $argv = $args->getArg('argv');