Browse Source

mergerfs.cpp

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

9
src/mergerfs.cpp

@ -403,17 +403,16 @@ main(int argc_,
->description("") ->description("")
; ;
app.add_option("mountpoint",mountpoint)
->required()
->take_last()
;
app.add_option("branches",branches) app.add_option("branches",branches)
// ->delimiter(':') // ->delimiter(':')
->expected(-1) ->expected(-1)
->required() ->required()
; ;
app.add_option("mountpoint",mountpoint)
->required()
->take_last()
;
try try
{ {

Loading…
Cancel
Save