lib/autoproj/cli/main.rb in autoproj-2.0.0.rc17 vs lib/autoproj/cli/main.rb in autoproj-2.0.0.rc18

- old
+ new

@@ -105,10 +105,10 @@ option :checkout_only, aliases: :c, type: :boolean, default: false, desc: "only checkout packages, do not update existing ones" option :local, type: :boolean, default: false, desc: "use only local information for the update (for importers that support it)" option :osdeps_filter_uptodate, default: true, type: :boolean, - desc: 'controls whether the osdeps subsystem should filter up-to-date packages or not', default: true + desc: 'controls whether the osdeps subsystem should filter up-to-date packages or not' option :deps, default: true, type: :boolean, desc: 'whether the package dependencies should be recursively updated (the default) or not' option :reset, default: false, type: :boolean, desc: "forcefully resets the repository to the state expected by autoproj's configuration", long_desc: "The default is to update the repository if possible, and leave it alone otherwise. With --reset, autoproj update might come back to an older commit than the repository's current state"