|
|
@ -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(',') |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
|