Fix typo in pmb/install/install.py (#658)

This commit is contained in:
Attila Szöllősi 2017-09-30 22:01:20 +02:00 committed by Oliver Smith
parent cfbf06ee71
commit 8017a3b452
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ def install_recovery_zip(args):
logging.info("Run the following to flash your installation to the"
" target device:")
logging.info("* pmbootstrap flasher --method adb sideload")
logging.info(" Flashes the installer zip to your device:")
logging.info(" Flashes the installer zip to your device.")
# Export information
logging.info("* If this does not work, you can also create a"