diff options
| author | Björn Gustavsson <[email protected]> | 2018-10-23 09:37:15 +0200 | 
|---|---|---|
| committer | Björn Gustavsson <[email protected]> | 2018-10-23 09:37:15 +0200 | 
| commit | 3916346a625ba3be672374395b41eb0dd6f84d4f (patch) | |
| tree | 706aeb01d3ab2e1d66e3cb1a828fc7a0abb02aa7 | |
| parent | e5aaeb8ebc59c6e7999b0e41a17ea1e5ad873ed5 (diff) | |
| download | otp-3916346a625ba3be672374395b41eb0dd6f84d4f.tar.gz otp-3916346a625ba3be672374395b41eb0dd6f84d4f.tar.bz2 otp-3916346a625ba3be672374395b41eb0dd6f84d4f.zip  | |
scripts/diffable: Correct the number of modules being compiled
| -rwxr-xr-x | scripts/diffable | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/diffable b/scripts/diffable index 28dc71c69e..532a7bb5c5 100755 --- a/scripts/diffable +++ b/scripts/diffable @@ -22,7 +22,7 @@ usage() ->          "\n"          "DESCRIPTION\n"          "\n" -        "Compile some applications from OTP (more than 700 modules) to either\n" +        "Compile some applications from OTP (about 1000 modules) to either\n"          ".S files or .dis files. The files are massaged to make them diff-friendly.\n"          "\n"          "The --legacy-asm options forces the output file to be in Latin1 encoding\n"  | 
