usage() says that the xfs_repair -t reporting interval is
in minutes, and the manpage says nothing at all about units.
Actually, it's in seconds.
Clarify in both places that the interval is specified in
seconds.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
.RE
.TP
.B \-t " interval"
-Modify reporting interval. During long runs
+Modify reporting interval, specified in seconds. During long runs
.B xfs_repair
outputs its progress every 15 minutes. Reporting is only activated when
ag_stride is enabled.
" -v Verbose output.\n"
" -c subopts Change filesystem parameters - use xfs_admin.\n"
" -o subopts Override default behaviour, refer to man page.\n"
-" -t interval Reporting interval in minutes.\n"
+" -t interval Reporting interval in seconds.\n"
" -d Repair dangerously.\n"
" -V Reports version and exits.\n"), progname);
exit(1);