lib/j1/commands/patch.rb in j1-template-2022.5.1 vs lib/j1/commands/patch.rb in j1-template-2022.5.2

- old
+ new

@@ -6,10 +6,10 @@ #noinspection MissingYardParamTag class << self def init_with_program(prog) prog.command(:patch) do |c| - c.description 'Install patches available for J1 projects' + c.description 'Install patches available for a J1 Project' c.syntax 'patch' c.option 'force', '--force', 'Force to install patches even already exists' c.option 'system', '--system', 'Install patches on the Ruby SYSTEM gem folder' c.action do |args, options| J1::Commands::Patch.process(args, options)