Merge pull request #1003 from makaimann/zinit-all

Zinit option '-singleton' -> '-all'
This commit is contained in:
Clifford Wolf 2019-05-11 13:56:51 +02:00 committed by GitHub
commit faf00586d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}