Skip to content

Commit 6382d91

Browse files
chaseyuJaegeuk Kim
authored andcommitted
f2fs_io: fix doc of test_lookup_perf
This patch fixes wrong parameter in usage of test_lookup_perf. Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent d1854c8 commit 6382d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/f2fs_io/f2fs_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@ static void do_test_create_perf(int argc, char **argv, const struct cmd_desc *cm
22412241

22422242
#define test_lookup_perf_desc "measure readdir/stat speed"
22432243
#define test_lookup_perf_help \
2244-
"f2fs_io test_lookup_perf [-s] [-S] <dir> <num_files>\n\n" \
2244+
"f2fs_io test_lookup_perf [-i] [-v] <dir> <num_files>\n\n" \
22452245
"Measures readdir/stat performance.\n" \
22462246
" <dir> The target directory in where it will test on.\n" \
22472247
" <num_files> The total number of files the test will initialize or test.\n"\

0 commit comments

Comments
 (0)