From 77a5eb24c27cabe641e852ceb1a86c2a041306e3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 19 Sep 2016 22:21:26 +0300 Subject: [PATCH] Typo fix --- platformio/commands/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/commands/lib.py b/platformio/commands/lib.py index e087d061..f67af7ab 100644 --- a/platformio/commands/lib.py +++ b/platformio/commands/lib.py @@ -28,7 +28,7 @@ from platformio.util import get_api_result "-g", "--global", is_flag=True, - help="Manager global PlatformIO" + help="Manage global PlatformIO" " library storage `%s`" % join(util.get_home_dir(), "lib")) @click.option( "-d",