X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftests%2Fyaffs_test.c;h=a0f9bdbd1daf70036d61498b9745970f943c4bad;hb=f0d62f7967ddec5727a423ad8a93192337cf2233;hp=0030493d9e42747ac5ff89053e999c704b561ae5;hpb=c4be92d4a7d255f147c5130c12207464a993f8eb;p=yaffs2.git diff --git a/direct/tests/yaffs_test.c b/direct/tests/yaffs_test.c index 0030493..a0f9bdb 100644 --- a/direct/tests/yaffs_test.c +++ b/direct/tests/yaffs_test.c @@ -43,6 +43,15 @@ char mount_point[200]; void BadUsage(void) { + printf("Usage: yaffs_test [options] mountpoint\n"); + printf("options\n"); + printf(" f: do fsx testing\n"); + printf(" i: initialise for upgrade testing\n"); + printf(" l: multiply number of operations by 5\n"); + printf(" n nnn: number of cycles\n"); + printf(" p: simulate power fail testing\n"); + printf(" s sss: set seed\n"); + printf(" u: do upgrade test\n); exit(2); }