diff options
author | Lukas Larsson <[email protected]> | 2014-01-13 10:39:25 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-01-13 10:39:25 +0100 |
commit | db00dc459af282b06469a2713b584cd65805e3a4 (patch) | |
tree | 611dc2b868cbdd6e0b5d76cf3d6fedc7bfbfe85d /erts | |
parent | ac4868020599cd8093cd6f5cc7a8ec61a86a5941 (diff) | |
parent | 9bb39214db2de93142976de301427969aa2f9206 (diff) | |
download | otp-db00dc459af282b06469a2713b584cd65805e3a4.tar.gz otp-db00dc459af282b06469a2713b584cd65805e3a4.tar.bz2 otp-db00dc459af282b06469a2713b584cd65805e3a4.zip |
Merge branch 'lukas/erts/fix_sp_usage_printout/OTP-11559'
* lukas/erts/fix_sp_usage_printout/OTP-11559:
erts: Replace tab with space for proper alignment
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/erl_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index 8c4fffa75b..1af80dd04b 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -553,8 +553,8 @@ void erts_usage(void) erts_fprintf(stderr, " numbers is %d\n", ERTS_MAX_NO_OF_SCHEDULERS); erts_fprintf(stderr, "-SP p1:p2 specify schedulers (p1) and schedulers online (p2)\n"); - erts_fprintf(stderr, " as percentages of logical processors configured and logical\n"); - erts_fprintf(stderr, " processors available, respectively\n"); + erts_fprintf(stderr, " as percentages of logical processors configured and logical\n"); + erts_fprintf(stderr, " processors available, respectively\n"); erts_fprintf(stderr, "-t size set the maximum number of atoms the " "emulator can handle\n"); erts_fprintf(stderr, " valid range is [%d-%d]\n", |