diff options
Diffstat (limited to 'erts/etc/common')
-rw-r--r-- | erts/etc/common/erlexec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 7805530b50..29e423d363 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -125,6 +125,7 @@ static char *pluss_val_switches[] = { "ct", "wt", "ss", + "pp", NULL }; /* +h arguments with values */ @@ -813,6 +814,7 @@ int main(int argc, char **argv) case 'A': case 'b': case 'i': + case 'n': case 'P': case 'Q': case 'S': |