bin/tms in tms-1.3.5 vs bin/tms in tms-1.4.0
- old
+ new
@@ -62,9 +62,15 @@
op.on('--[no-]decimal', 'Use base 10 size') do |use_decimal|
Tms::Space.base10 = use_decimal
end
end
+ unless type == :list
+ op.on('-b', '--[no-]both-sizes', 'Show sizes for both left and right path') do |show_both_sizes|
+ Tms::Backup.show_both_sizes = show_both_sizes
+ end
+ end
+
op.on_tail('-h', '--help', 'Show full help') do
puts option_parser.help
exit
end