make-bcache: update --help

This commit is contained in:
Slava Pestov 2014-05-01 11:00:30 -07:00
parent 576336b326
commit 9115b9a7ba

View File

@ -155,7 +155,9 @@ void usage()
// " -U UUID\n" // " -U UUID\n"
" --writeback enable writeback\n" " --writeback enable writeback\n"
" --discard enable discards\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"); " -h, --help display this help and exit\n");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }