From bbe5effb6682b4ba5e6accd9a226ec7611fe83dc Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Fri, 24 Apr 2015 16:28:40 -0700 Subject: [PATCH] docs: Fixed typo in 'Authorizing with Google for REST APIs' doc. bug: 18025533 Change-Id: I6379b2a7be495a506e0e428fe9c68fdbe197704b --- docs/html/google/auth/http-auth.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/google/auth/http-auth.jd b/docs/html/google/auth/http-auth.jd index 804ba1225e017..7d34d89d04bd4 100644 --- a/docs/html/google/auth/http-auth.jd +++ b/docs/html/google/auth/http-auth.jd @@ -95,7 +95,7 @@ keytool -exportcert -alias <keystore_alias> -keystore <keystore_path> -lis

For example, you're using a debug-key with Eclipse, then the command looks like this:

-keytool -exportcert -alias androiddebugkey-keystore ~/.android/debug.keystore -list -v
+keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
 

Then the keystore password is "android".