Minor issue -- some tabs slipped into the help string throwing the
output off slightly.
Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
fsr/xfs_fsr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fsr/xfs_fsr.c b/fsr/xfs_fsr.c
index 2db2224..b1e279e 100644
--- a/fsr/xfs_fsr.c
+++ b/fsr/xfs_fsr.c
@@ -391,14 +391,14 @@ usage(int ret)
"Options:\n"
" -n Do nothing, only interesting with -v. Not\n"
" effective with in mtab mode.\n"
-" -s Print statistics only.\n"
+" -s Print statistics only.\n"
" -g Print to syslog (default if stdout not a tty).\n"
" -t time How long to run in seconds.\n"
-" -p passes Number of passes before terminating global re-org.\n"
+" -p passes Number of passes before terminating global re-org.\n"
" -f leftoff Use this instead of %s.\n"
" -m mtab Use something other than /etc/mtab.\n"
" -d Debug, print even more.\n"
-" -v Verbose, more -v's more verbose.\n"
+" -v Verbose, more -v's more verbose.\n"
), progname, progname, _PATH_FSRLAST);
exit(ret);
}
--
1.7.12
|