summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-04-17 22:48:11 +0530
committerAmit Shah <amit.shah@redhat.com>2009-04-17 22:48:11 +0530
commit1bd92f4c1db9a406cbd49a470d7f5cc5c287e13f (patch)
tree485308202a78200f90fd2d6901653477b2f3377c
parentc2d10a4cbd48f60f70c56466f70867f867fb41ed (diff)
downloadalloc-perf-1bd92f4c1db9a406cbd49a470d7f5cc5c287e13f.tar.gz
alloc-perf-1bd92f4c1db9a406cbd49a470d7f5cc5c287e13f.tar.xz
alloc-perf-1bd92f4c1db9a406cbd49a470d7f5cc5c287e13f.zip
Show 'mountpoint' in usage instead of 'target'
Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--test-file-zero-alloc-speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-file-zero-alloc-speed.c b/test-file-zero-alloc-speed.c
index 55090c2..4954976 100644
--- a/test-file-zero-alloc-speed.c
+++ b/test-file-zero-alloc-speed.c
@@ -212,7 +212,7 @@ int main(int argc, char **argv)
/* FIXME! use getopt */
if (argc < 5) {
- printf("usage: %s <filesize-in-gb> <device> <target> <fstype> [mntflags] [mntopts]\n",
+ printf("usage: %s <filesize-in-gb> <device> <mountpoint> <fstype> [mntflags] [mntopts]\n",
argv[0]);
return -1;
}