summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-06 05:21:52 +0000
committerPaul Smith <psmith@gnu.org>1999-09-06 05:21:52 +0000
commit5e9a3e34acfc0e92cefe88c003529aaf14f291ed (patch)
treed227863436572c5a9b9e94e01e136703c34cd07e /main.c
parent860a30ae1eea90f30b0f0f4ee70c90ee059cfbb8 (diff)
downloadgunmake-5e9a3e34acfc0e92cefe88c003529aaf14f291ed.tar.gz
* Some doc and help changes.
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