diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-11-06 15:04:37 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-11-06 15:04:37 +0000 |
commit | 4db4a71ffd8b6fce063eaa14ade3411a5d75a4b2 (patch) | |
tree | af39b6c8d5b9196eb3f3ff6aed6d4321f0b46e9c /docs | |
parent | 0f6a599434f73ed2502ba6e5481588df80ec67d9 (diff) |
docs: use code font for console commands in phabricator manual
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Phabricator.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index 13ef9eddd3..b45449793e 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -50,8 +50,8 @@ reviewer understand your code. To get a full diff, use one of the following commands (or just use Arcanist to upload your patch): -* git diff -U999999 other-branch -* svn diff --diff-cmd=diff -x -U999999 +* ``git diff -U999999 other-branch`` +* ``svn diff --diff-cmd=diff -x -U999999`` To upload a new patch: |