From 84dad245592e0a9c34f798fa7edd38f14f14f9d7 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Thu, 7 Jul 2011 00:08:54 +0000 Subject: [PATCH] patch for #3567 --- tools/rosmake/src/rosmake/rosmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rosmake/src/rosmake/rosmake.py b/tools/rosmake/src/rosmake/rosmake.py index adcfea67..c7639759 100755 --- a/tools/rosmake/src/rosmake/rosmake.py +++ b/tools/rosmake/src/rosmake/rosmake.py @@ -691,7 +691,7 @@ class RosMakeAll: parser.add_option("--rosdep-install", dest="rosdep_install", action="store_true", help="call rosdep install before running") parser.add_option("--rosdep-yes", dest="rosdep_yes", - action="store_true", help="call rosdep install with default yes argument") + action="store_true", help="if calling rosdep install use the default yes argument") parser.add_option("--no-rosdep", dest="rosdep_disabled", action="store_true", help="disable the default check of rosdep")