]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_repair: correct docs for "-t" units
authorEric Sandeen <sandeen@redhat.com>
Thu, 14 Nov 2013 20:38:08 +0000 (20:38 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 18 Nov 2013 00:53:15 +0000 (18:53 -0600)
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>
man/man8/xfs_repair.8
repair/xfs_repair.c

index 47436ec22235c07839e49803de4d0b85ecef432d..ed20fb7f5ca5216e853b26aa7cf2b194ac095294 100644 (file)
@@ -152,7 +152,7 @@ in no modify mode first.
 .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.
index a863337a6e370d6d7f9820e19ad24ff99737e296..7beffcbee853f2096e178dcb174c9b768c8fea11 100644 (file)
@@ -90,7 +90,7 @@ usage(void)
 "  -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);