1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 23:51:47 +02:00

Rename --no-readonly-mode --read-write-mode

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-02-04 10:35:30 -05:00 committed by Eelco Dolstra
parent 0c3e8a616e
commit e4058fab64
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ void run(Strings args)
settings.readOnlyMode = true;
evalOnly = true;
}
else if (arg == "--no-readonly-mode") {
else if (arg == "--read-write-mode") {
settings.readOnlyMode = false;
}
else if (arg == "--parse-only") {