lib/nanoc3/cli/commands/update.rb in nanoc3-3.2.0 vs lib/nanoc3/cli/commands/update.rb in nanoc3-3.2.1

- old
+ new

@@ -10,11 +10,11 @@ This command will change data, and it is therefore recommended to make a backup in case something goes wrong. EOS -option :c, :vcs, 'select the VCS to use' -flag :y, :yes, 'update the data without warning' +required :c, :vcs, 'select the VCS to use' +flag :y, :yes, 'update the data without warning' run do |opts, args, cmd| Nanoc3::CLI::Commands::Update.call(opts, args, cmd) end