From 39492d531087185d20a496ce706e9effbffd1eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20G=C3=B3rski?= Date: Sun, 23 Nov 2014 11:38:01 +0100 Subject: [PATCH] corrected confusing documentation --- v2/python/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/python/README.md b/v2/python/README.md index 0eb6e99..c910625 100644 --- a/v2/python/README.md +++ b/v2/python/README.md @@ -28,7 +28,7 @@ A collection of command-line samples for the Play Developer Publishing API. 2. Execute any of the scripts to begin the auth flow: ```bash - $ python basic_list_apks.py + $ python basic_list_apks.py com.myapp.package ``` A browser window will open and ask you to login. Make sure the account has @@ -42,7 +42,7 @@ A collection of command-line samples for the Play Developer Publishing API. 4. The script will output a list of apks. -5. The tokens will be stored in `adsense.dat`. Remove this file to restart the +5. The tokens will be stored in `androidpublisher.dat`. Remove this file to restart the auth flow. @@ -57,7 +57,7 @@ the same directory and rename it to `key.p12`. 3. Execute the script: ```bash - $ python basic_list_apks_service_account.py + $ python basic_list_apks_service_account.py com.myapp.package ``` 4. The script will output a list of apks.