Skip to content

Commit

Permalink
lkl tools: lklfuse: add read-only option in help
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Anglade <[email protected]>
  • Loading branch information
Quentin Anglade committed Aug 20, 2018
1 parent 86dd3af commit aafdcdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lkl/lklfuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ static void usage(void)
" -o type=fstype filesystem type\n"
" -o mb=memory in mb ammount of memory to allocate\n"
" -o part=parition partition to mount\n"
" -o ro open file read-only\n"
" -o opts=options mount options (use \\ to escape , and =)\n"
);
}
Expand Down

0 comments on commit aafdcdb

Please sign in to comment.