mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 10:12:41 +01:00
Add a newline to the output of arc help --full
.
Summary: The output from `arc help --full` is missing a newline character. Test Plan: **Before** ``` > arc help --full --skip-arcconfig Skip the working copy configuration file --arcrc-file filename Use provided file instead of ~/.arcrc.> ``` **After** ``` > arc help --full --skip-arcconfig Skip the working copy configuration file --arcrc-file filename Use provided file instead of ~/.arcrc. > ``` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9608
This commit is contained in:
parent
680ec3670c
commit
9257f1bc85
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ EOTEXT
|
||||||
|
|
||||||
__--arcrc-file__ __filename__
|
__--arcrc-file__ __filename__
|
||||||
Use provided file instead of ~/.arcrc.
|
Use provided file instead of ~/.arcrc.
|
||||||
|
|
||||||
EOTEXT
|
EOTEXT
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue