diff options
author | Rickard Green <[email protected]> | 2013-11-05 17:00:38 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-11-05 23:07:26 +0100 |
commit | e526cb32336afc4feb4b92665d31ccc2af3e741c (patch) | |
tree | d40cfe9ae54298816645bcb9286ded63d5260c70 /erts/etc/common/erlexec.c | |
parent | bb59a8fcf1f6cf4162a2a97c13087843d1b9dac4 (diff) | |
download | otp-e526cb32336afc4feb4b92665d31ccc2af3e741c.tar.gz otp-e526cb32336afc4feb4b92665d31ccc2af3e741c.tar.bz2 otp-e526cb32336afc4feb4b92665d31ccc2af3e741c.zip |
Replace the +MMscmgc switch with +MMscrfsd
Replaced the +MMscmgc switch with the +MMscrfsd switch. The old switch
didn't reflect what it controlled.
Diffstat (limited to 'erts/etc/common/erlexec.c')
-rw-r--r-- | erts/etc/common/erlexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 6fd3dd83e2..f098e56a2e 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -112,7 +112,7 @@ static char *plusM_other_switches[] = { "Mrmcbf", "Mmcs", "Mscs", - "Mscmgc", + "Mscrfsd", "Msco", "Mscrpm", "Ye", |