From e7eac67cf388076136a3a70f83efd4a3207d6587 Mon Sep 17 00:00:00 2001 From: Nick Harper Date: Mon, 30 Jul 2012 15:58:52 -0700 Subject: [PATCH] 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 --- src/infrastructure/daemon/PhabricatorDaemonControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/daemon/PhabricatorDaemonControl.php b/src/infrastructure/daemon/PhabricatorDaemonControl.php index b2c886c303..e07d5d2e6b 100644 --- a/src/infrastructure/daemon/PhabricatorDaemonControl.php +++ b/src/infrastructure/daemon/PhabricatorDaemonControl.php @@ -183,7 +183,7 @@ final class PhabricatorDaemonControl { DEPRECATED. Use 'phd start'. **repository-launch-readonly** - DEPRECATED. Use 'phd launch pulllocal --no-discovery'. + DEPRECATED. Use 'phd launch pulllocal -- --no-discovery'. EOHELP );