Index: man/src/depot_tools_tutorial.txt |
diff --git a/man/src/depot_tools_tutorial.txt b/man/src/depot_tools_tutorial.txt |
index 15f4c1dfb40b2d20c4719d899e9c90dc9fa213e3..312886a02e3dc42b2839c37f63dcc172b1d08bf0 100644 |
--- a/man/src/depot_tools_tutorial.txt |
+++ b/man/src/depot_tools_tutorial.txt |
@@ -136,8 +136,8 @@ commands: |
[subs="quotes,attributes"] |
---- |
-[white]**$ git config --global user.name ``John Doe''** |
-[white]**$ git config --global user.email ``jdoe@email.com''** |
+[white]**$ git config --global user.name "John Doe"** |
+[white]**$ git config --global user.email "jdoe@email.com"** |
[white]**$ git config --global core.autocrlf false** |
[white]**$ git config --global core.filemode false** |
[white]**$** # and for fun! |