mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 00:02:40 +01:00
Fix documentation: stop __init__ rendering in bold
Summary: Requires https://secure.phabricator.com/rPHU0acf708b9b0fdbf59e4399f14dd8295b6a96972c from libphutil, which allows a backslash prefix to control escape sequences such as bold, underline, and invert. Test Plan: "arc help liberate" Reviewed By: epriestley Reviewers: epriestley CC: aran, epriestley Differential Revision: 767
This commit is contained in:
parent
39e4656278
commit
344fbb8d35
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class ArcanistLiberateWorkflow extends ArcanistBaseWorkflow {
|
|||
**liberate** [__path__]
|
||||
Supports: libphutil
|
||||
Create or update a libphutil library, generating required metadata
|
||||
files like __init__.php.
|
||||
files like \__init__.php.
|
||||
EOTEXT
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue