diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-03 05:47:05 +0200 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-03 23:04:16 +0200 |
commit | e606f6d3ff728ff4a1cb279aa9294a087fd57dd4 (patch) | |
tree | 64f20346fe01dd150efae42defe9b26040c793b3 /updater_sample/tools | |
parent | Merge "updater_sample: update ui and README, clean-up" (diff) | |
download | android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.tar android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.tar.gz android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.tar.bz2 android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.tar.lz android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.tar.xz android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.tar.zst android_bootable_recovery-e606f6d3ff728ff4a1cb279aa9294a087fd57dd4.zip |
Diffstat (limited to 'updater_sample/tools')
-rwxr-xr-x | updater_sample/tools/gen_update_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/tools/gen_update_config.py b/updater_sample/tools/gen_update_config.py index cb9bd0119..057812479 100755 --- a/updater_sample/tools/gen_update_config.py +++ b/updater_sample/tools/gen_update_config.py @@ -17,7 +17,7 @@ """ Given a OTA package file, produces update config JSON file. -Example: tools/gen_update.config.py \\ +Example: tools/gen_update_config.py \\ --ab_install_type=STREAMING \\ ota-build-001.zip \\ my-config-001.json \\ |