Browse Source

mergerfs.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
04e2342848
  1. 3
      src/mergerfs.cpp

3
src/mergerfs.cpp

@ -386,11 +386,14 @@ main(int argc_,
bool foreground; bool foreground;
bool debug; bool debug;
std::vector<std::string> opts; std::vector<std::string> opts;
std::string branches;
std::string mountpoint;
app.description("mergerfs: A featureful union filesystem"); app.description("mergerfs: A featureful union filesystem");
app.name("USAGE: mergerfs"); app.name("USAGE: mergerfs");
app.add_option("-o",opts) app.add_option("-o",opts)
->description("") ->description("")
->delimiter(',') ->delimiter(',')
; ;

Loading…
Cancel
Save