summaryrefslogtreecommitdiff
path: root/sample/rss/convert.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/rss/convert.rb')
-rwxr-xr-xsample/rss/convert.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rss/convert.rb b/sample/rss/convert.rb
index 394b13e8eb..e6bff4c623 100755
--- a/sample/rss/convert.rb
+++ b/sample/rss/convert.rb
@@ -23,7 +23,7 @@ ARGV.each do |fname|
when '-v'
verbose = true
next
- when /^-t(0\.91|1\.0|2\.0)$/
+ when /^-t(0\.91|1\.0|2\.0|atom)$/
to_version = $1
next
end