diff --git a/src/option_parser.cpp b/src/option_parser.cpp index 9e1d72df..30bd6de7 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -429,7 +429,7 @@ namespace options if(state.branches.size() < 1) errs_->push_back({0,"branches not set"}); if(!errs_->empty()) - + return; state.mountpoint = state.branches.back(); state.branches.pop_back();