diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1300,8 +1300,9 @@ int main (int argc, char ** argv) #ifdef __MSDOS__ if (job_slots != 1) { - error (NILF, _("Parallel jobs (-j) are not supported on MS-DOS.")); - error (NILF, _("Resetting to single job mode.")); + error (NILF, + _("Parallel jobs (-j) are not supported on this platform.")); + error (NILF, _("Resetting to single job (-j1) mode.")); job_slots = 1; } #endif |