Browse Source

mergerfs.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
8399ca0694
  1. 9
      src/mergerfs.cpp

9
src/mergerfs.cpp

@ -405,17 +405,10 @@ main(int argc_,
app.add_option("branches",branches) app.add_option("branches",branches)
->delimiter(':') ->delimiter(':')
->expected(1,-1)
->expected(2,-1)
->required() ->required()
; ;
app.add_option("mountpoint",mountpoint)
->expected(1)
->required()
->take_last()
;
app.positionals_at_end();
try try
{ {
app.parse(argc_,argv_); app.parse(argc_,argv_);

Loading…
Cancel
Save