Revision 3d3cc4fa src/cli/oneacct
src/cli/oneacct | ||
---|---|---|
48 | 48 |
|
49 | 49 |
main do |
50 | 50 |
filter_flag = (options[:userfilter] || VirtualMachinePool::INFO_ALL) |
51 |
start_time = options[:start] ? options[:start].to_i : -1
|
|
52 |
end_time = options[:end] ? options[:end].to_i : -1
|
|
51 |
start_time = options[:start_time] ? options[:start_time].to_i : -1
|
|
52 |
end_time = options[:end_time] ? options[:end_time].to_i : -1
|
|
53 | 53 |
|
54 | 54 |
common_opts = { |
55 | 55 |
:start_time => start_time, |
Also available in: Unified diff