From: Eric Sandeen Date: Mon, 16 Sep 2013 22:00:37 +0000 (+0000) Subject: xfstests: fix fsstress usage() output X-Git-Tag: v2022.05.01~3367 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=073841a774d669973283df2e06484e070e45b9f5;p=xfstests-dev.git xfstests: fix fsstress usage() output The show_ops() output should come as part of the -f option help. Signed-off-by: Eric Sandeen Reviewed-by: Mark Tinguely Signed-off-by: Rich Johnston --- diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 5d5611fc..499a573f 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -1494,8 +1494,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");