diff options
-rw-r--r-- | bpkg/bpkg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 7c1847d..f1ee302 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -264,7 +264,8 @@ init (const common_options& co, else trace << "loading " << (r ? "remote " : "local ") << f; } - }), + }, + "--options-file"), o); } catch (const pair<path, system_error>& e) |