1
0
mirror of synced 2026-01-30 21:51:59 +00:00

Zinit option '-singleton' -> '-all'

This commit is contained in:
Makai Mann
2019-05-10 10:23:14 -07:00
parent 9b2b0d91d2
commit 2f5cfa014b

View File

@@ -46,7 +46,7 @@ struct ZinitPass : public Pass {
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++)
{
if (args[argidx] == "-singleton") {
if (args[argidx] == "-all") {
all_mode = true;
continue;
}