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:
parent
0c3e8a616e
commit
e4058fab64
2 changed files with 3 additions and 3 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue