diff --git a/src/option_parser.cpp b/src/option_parser.cpp index 0a006ef4..57569ba1 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -437,7 +437,7 @@ namespace options if(cfg.branches->empty()) errs_->push_back({0,"branches not set"}); if(cfg.mountpoint->empty()) - + errs_->push_back({0,"mountpoint not set"}); ::_postprocess_passthrough(cfg); ::_check_for_mount_loop(cfg,errs_);