diff --git a/src/mergerfs.cpp b/src/mergerfs.cpp index 803d6fa4..8b82f1f8 100644 --- a/src/mergerfs.cpp +++ b/src/mergerfs.cpp @@ -403,17 +403,16 @@ main(int argc_, ->description("") ; - app.add_option("mountpoint",mountpoint) - ->required() - ->take_last() - ; - app.add_option("branches",branches) // ->delimiter(':') ->expected(-1) ->required() ; + app.add_option("mountpoint",mountpoint) + ->required() + ->take_last() + ; try {