Grammar fix

This commit is contained in:
Ivan Kravets
2014-09-04 18:57:13 +03:00
parent 35e7c8b3a7
commit 3c030edc38

View File

@ -10,7 +10,7 @@ from platformio.pkgmanager import PackageManager
from platformio.platforms.base import PlatformFactory
@command("show", short_help="Show details about an installed platforms")
@command("show", short_help="Show details about installed platforms")
@argument("platform")
def cli(platform):
p = PlatformFactory().newPlatform(platform)