summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index 802e889..226fa91 100644
--- a/main.c
+++ b/main.c
@@ -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