From 1a1693fa7bc9d6510eb03d6ae2ac57fd1ec858ee Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Tue, 19 Mar 2019 07:04:03 -0700 Subject: [PATCH] Clarify what rosdep install does --- src/rosdep2/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rosdep2/main.py b/src/rosdep2/main.py index ba36ce0de..585ad8b1e 100644 --- a/src/rosdep2/main.py +++ b/src/rosdep2/main.py @@ -87,7 +87,7 @@ class UsageError(Exception): check if the dependencies of package(s) have been met. rosdep install ... - generate a bash script and then execute it. + download and install the dependencies of a given package or packages. rosdep db generate the dependency database and print it to the console.