mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
removed puts
This commit is contained in:
@@ -147,7 +147,6 @@ opts = OptionParser.new do |opts|
|
||||
end
|
||||
|
||||
opts.on( "--keep-files filename1,filename2", Array, "Whether to keep files that match the filename (default: .git)") do |names|
|
||||
puts "keep-files option: #{names}"
|
||||
options['keep_files'] = names
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user