public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix fsstress usage() output
@ 2013-09-16 22:00 Eric Sandeen
  2013-09-18 20:05 ` Mark Tinguely
  2013-10-14 14:37 ` Rich Johnston
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Sandeen @ 2013-09-16 22:00 UTC (permalink / raw)
  To: xfs-oss

The show_ops() output should come as part of the -f option
help.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/ltp/fsstress.c b/ltp/fsstress.c
index 711ea9a..ef7ecfe 100644
--- a/ltp/fsstress.c
+++ b/ltp/fsstress.c
@@ -1499,8 +1499,8 @@ usage(void)
 	printf("   -e errtg         specifies error injection stuff\n");
 	printf("   -f op_name=freq  changes the frequency of option name to freq\n");
 	printf("                    the valid operation names are:\n");
-	printf("   -i filenum       get verbose output for this nth file object\n");
 	show_ops(-1, "                        ");
+	printf("   -i filenum       get verbose output for this nth file object\n");
 	printf("   -m modulo        uid/gid modulo for chown/chgrp (default 32)\n");
 	printf("   -n nops          specifies the no. of operations per process (default 1)\n");
 	printf("   -p nproc         specifies the no. of processes (default 1)\n");

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-14 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 22:00 [PATCH] xfstests: fix fsstress usage() output Eric Sandeen
2013-09-18 20:05 ` Mark Tinguely
2013-10-14 14:37 ` Rich Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox