lib/modulesync/cli.rb in modulesync-1.1.0 vs lib/modulesync/cli.rb in modulesync-1.2.0

- old
+ new

@@ -88,17 +88,17 @@ :type => :boolean, :desc => 'No-op mode', :default => false option :pr, :type => :boolean, - :desc => 'Submit GitHub PR', + :desc => 'Submit pull/merge request', :default => false option :pr_title, - :desc => 'Title of GitHub PR', + :desc => 'Title of pull/merge request', :default => CLI.defaults[:pr_title] || 'Update to module template files' option :pr_labels, :type => :array, - :desc => 'Labels to add to the GitHub PR', + :desc => 'Labels to add to the pull/merge request', :default => CLI.defaults[:pr_labels] || [] option :offline, :type => :boolean, :desc => 'Do not run any Git commands. Allows the user to manage Git outside of ModuleSync.', :default => false