[caching] add missing break in cache_metadata_size
This commit is contained in:
parent
ef6066e2cd
commit
2f1789744f
@ -71,6 +71,7 @@ namespace {
|
||||
|
||||
case 3:
|
||||
fs.max_hint_width = lexical_cast<uint32_t>(optarg);
|
||||
break;
|
||||
|
||||
case 'h':
|
||||
usage(cout, prog_name);
|
||||
|
Loading…
Reference in New Issue
Block a user