mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Typo fix
This commit is contained in:
@ -28,7 +28,7 @@ from platformio.util import get_api_result
|
|||||||
"-g",
|
"-g",
|
||||||
"--global",
|
"--global",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
help="Manager global PlatformIO"
|
help="Manage global PlatformIO"
|
||||||
" library storage `%s`" % join(util.get_home_dir(), "lib"))
|
" library storage `%s`" % join(util.get_home_dir(), "lib"))
|
||||||
@click.option(
|
@click.option(
|
||||||
"-d",
|
"-d",
|
||||||
|
Reference in New Issue
Block a user