summaryrefslogtreecommitdiffstats
path: root/test-file-zero-alloc-speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-file-zero-alloc-speed.c')
-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;
}