diff --git a/src/mergerfs.cpp b/src/mergerfs.cpp index 3293762b..139a40f4 100644 --- a/src/mergerfs.cpp +++ b/src/mergerfs.cpp @@ -386,11 +386,14 @@ main(int argc_, bool foreground; bool debug; std::vector opts; + std::string branches; + std::string mountpoint; app.description("mergerfs: A featureful union filesystem"); app.name("USAGE: mergerfs"); app.add_option("-o",opts) ->description("") + ->delimiter(',') ;