am bbe5effb: docs: Fixed typo in \'Authorizing with Google for REST APIs\' doc. bug: 18025533

* commit 'bbe5effb6682b4ba5e6accd9a226ec7611fe83dc':
  docs: Fixed typo in 'Authorizing with Google for REST APIs' doc. bug: 18025533
This commit is contained in:
Quddus Chong
2015-04-24 23:43:49 +00:00
committed by Android Git Automerger

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>