Skip to content

Commit d01812a

Browse files
committed
etc: Update script usage.
Installing all dependencies is now explicit with -all. Option -base also requires priviledged access. Signed-off-by: Christian Costa <titan.costa@gmail.com>
1 parent 1ebf5fc commit d01812a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/DependencyInstaller.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,15 +682,15 @@ _checkIsLocal() {
682682
_help() {
683683
cat <<EOF
684684
685-
Usage: $0
685+
Usage: $0 -all
686686
# Installs all of OpenROAD's dependencies no
687687
# need to run -base or -common. Requires
688688
# privileged access.
689-
#
690689
$0 -base
691690
# Installs OpenROAD's dependencies using
692691
# package managers (-common must be
693-
# executed in another command).
692+
# executed in another command). Requires
693+
# privileged access.
694694
$0 -common
695695
# Installs OpenROAD's common dependencies
696696
# (-base must be executed in another

0 commit comments

Comments
 (0)