From 3c030edc386511ae6b474ce6ca1c103e13748fe4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 4 Sep 2014 18:57:13 +0300 Subject: [PATCH] Grammar fix --- platformio/commands/show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/commands/show.py b/platformio/commands/show.py index 616a7a51..38cb4212 100644 --- a/platformio/commands/show.py +++ b/platformio/commands/show.py @@ -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)