Skip to content

Commit b0aa699

Browse files
authored
include "-all" parameter to dependency installer description
If I run DependencyInstaller without any input flag it throws an error, so I believe this is the right description Signed-off-by: Augusto Berndt <[email protected]>
1 parent 0512d22 commit b0aa699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/DependencyInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ _help() {
232232
cat <<EOF
233233
234234
All arguments and flags are only applicable for OpenROAD dependencies
235-
Usage: $0
235+
Usage: $0 -all
236236
# Installs all of OpenROAD's dependencies no
237237
# need to run -base or -common. Requires
238238
# privileged access.

0 commit comments

Comments
 (0)