mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
make-bcache: update --help
This commit is contained in:
parent
576336b326
commit
9115b9a7ba
@ -155,7 +155,9 @@ void usage()
|
||||
// " -U UUID\n"
|
||||
" --writeback enable writeback\n"
|
||||
" --discard enable discards\n"
|
||||
" --cache_replacement_policy=(lru|fifo)\n"
|
||||
" --wipe-bcache destroy existing bcache data if present\n"
|
||||
" --tier set tier of subsequent cache devices\n"
|
||||
" --cache_replacement_policy=(lru|fifo|random)\n"
|
||||
" -h, --help display this help and exit\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user