Revision af470487 src/cli/oneacct
src/cli/oneacct | ||
---|---|---|
42 | 42 |
|
43 | 43 |
main do |
44 | 44 |
filter_flag = (options[:user] || VirtualMachinePool::INFO_ALL) |
45 |
start_time = options[:start] ? options[:start].to_i : -1
|
|
46 |
end_time = options[:end] ? options[:end].to_i : -1
|
|
45 |
start_time = options[:start_time] ? options[:start_time].to_i : -1
|
|
46 |
end_time = options[:end_time] ? options[:end_time].to_i : -1
|
|
47 | 47 |
|
48 | 48 |
common_opts = { |
49 | 49 |
:start_time => start_time, |
Also available in: Unified diff