Commit 21cb0b55 authored by unknown's avatar unknown

Make timediff an option

parent b063aeaa
...@@ -789,6 +789,7 @@ sub command_line_setup { ...@@ -789,6 +789,7 @@ sub command_line_setup {
'shutdown-timeout=i' => \$opt_shutdown_timeout, 'shutdown-timeout=i' => \$opt_shutdown_timeout,
'warnings!' => \$opt_warnings, 'warnings!' => \$opt_warnings,
'timestamp' => \&report_option, 'timestamp' => \&report_option,
'timediff' => \&report_option,
'help|h' => \$opt_usage, 'help|h' => \$opt_usage,
) or usage("Can't read options"); ) or usage("Can't read options");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment