mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix documentation on deprecated phd repository-launch-readonly
Summary: You need to use -- to separate arguments for phd and the daemon. Test Plan: Ran with the extra --. Reviewers: epriestley, vrana Reviewed By: vrana CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3106
This commit is contained in:
parent
b37ea91a69
commit
e7eac67cf3
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ final class PhabricatorDaemonControl {
|
||||||
DEPRECATED. Use 'phd start'.
|
DEPRECATED. Use 'phd start'.
|
||||||
|
|
||||||
**repository-launch-readonly**
|
**repository-launch-readonly**
|
||||||
DEPRECATED. Use 'phd launch pulllocal --no-discovery'.
|
DEPRECATED. Use 'phd launch pulllocal -- --no-discovery'.
|
||||||
|
|
||||||
EOHELP
|
EOHELP
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue