Skip to content

Commit

Permalink
Merge pull request torvalds#452 from Patazerty/master
Browse files Browse the repository at this point in the history
lkl tools: lklfuse: add read-only option in help
  • Loading branch information
tavip authored Aug 22, 2018
2 parents 86dd3af + aafdcdb commit a5ecec0
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 a5ecec0

Please sign in to comment.