docs: Fixed typo in 'Authorizing with Google for REST APIs' doc.

bug: 18025533

Change-Id: I6379b2a7be495a506e0e428fe9c68fdbe197704b
This commit is contained in:
Quddus Chong
2015-04-24 16:28:40 -07:00
parent 9774e8ab08
commit bbe5effb66

View File

@ -95,7 +95,7 @@ keytool -exportcert -alias <keystore_alias> -keystore <keystore_path> -lis
</pre>
<p>For example, you're using a debug-key with Eclipse, then the command looks like this:</p>
<pre class="no-pretty-print">
keytool -exportcert -alias androiddebugkey-keystore ~/.android/debug.keystore -list -v
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
</pre>
<p>Then the keystore password is "android".</p>
</li>