Skip to content

Commit df1b82a

Browse files
author
Federico Fissore
committedApr 9, 2015
CLI: library manager, man page updated
1 parent f0cc644 commit df1b82a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎build/shared/manpage.adoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SYNOPSIS
3131

3232
*arduino* [*--install-boards* __package name__:__platform architecture__[:__version__]]
3333

34-
*arduino* [*--install-library* __library name__[:__version__]]
34+
*arduino* [*--install-library* __library name__[:__version__][,__library name__[:__version__],__library name__[:__version__]]
3535

3636
DESCRIPTION
3737
-----------
@@ -73,6 +73,7 @@ ACTIONS
7373

7474
*--install-library* __library name__[:__version__]::
7575
Fetches available libraries list and install the specified one. If __version__ is omitted, the latest is installed. If a library with the same version is already installed, nothing is installed and program exits with exit code 1. If a library with a different version is already installed, it's replaced.
76+
Multiple libraries can be specified, separated by a comma.
7677

7778
OPTIONS
7879
-------
@@ -259,6 +260,10 @@ Install Bridge library version 1.0.0
259260

260261
arduino --install-library "Bridge:1.0.0"
261262

263+
Install Bridge and Servo libraries
264+
265+
arduino --install-library "Bridge:1.0.0,Servo:1.2.0"
266+
262267
HISTORY
263268
-------
264269
1.5.2::

0 commit comments

Comments
 (0)
Please sign in to comment.