Browse Source

mergerfs.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
d58b3e5e26
  1. 2
      src/mergerfs.cpp

2
src/mergerfs.cpp

@ -419,12 +419,10 @@ main(int argc_,
fmt::println("foreground: {}\n" fmt::println("foreground: {}\n"
"debug: {}\n" "debug: {}\n"
"branches: {}\n"
"mountpoint: {}\n" "mountpoint: {}\n"
, ,
foreground, foreground,
debug, debug,
branches,
mountpoint mountpoint
); );

Loading…
Cancel
Save