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:
parent
d1fd2975b0
commit
9ec6677c02
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue