Commit e8d900c5 authored by topjohnwu's avatar topjohnwu

Fix typo

parent a6241ae9
......@@ -148,7 +148,7 @@ int main(int argc, char *argv[]) {
} else {
return unpack(argv[2]);
}
} else if (argc > 2 && action == "unpack") {
} else if (argc > 2 && action == "repack") {
if (argv[2] == "-n"sv) {
if (argc == 3)
usage(argv[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment