From f0d62f7967ddec5727a423ad8a93192337cf2233 Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 30 Oct 2009 02:32:32 +0000 Subject: [PATCH] Add option descriptions --- direct/tests/yaffs_test.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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); } -- 2.30.2