13 lines
364 B
Text
13 lines
364 B
Text
--- bin/rgds-stats.orig 2016-05-16 07:41:38 UTC
|
|
+++ bin/rgds-stats
|
|
@@ -44,8 +44,8 @@ opts = GetoptLong.new(
|
|
|
|
opts.each do |option, argument|
|
|
case option
|
|
- when '--help' : abort usage
|
|
- when '--structs' : structs = argument.split(/\s+/)
|
|
+ when '--help' then abort usage
|
|
+ when '--structs' then structs = argument.split(/\s+/)
|
|
end
|
|
end
|
|
|