diff --git a/ChangeLog b/ChangeLog index 0f2f6b7..bf71071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-11-23 Richard Frith-Macdonald + + * EcProcess.m: Remove excess comma which was messing up the printf + formatting of the output of the --help option. + 2018-11-22 Richard Frith-Macdonald * EcCommand.m: Report host name when we report that there are no diff --git a/EcProcess.m b/EcProcess.m index e421e55..1e80356 100644 --- a/EcProcess.m +++ b/EcProcess.m @@ -4804,7 +4804,7 @@ With two parameters ('maximum' and a number),\n\ GSPrintf(stderr, @"-%@CommandHost [aHost] Host of the Command server to use.\n" @"-%@CommandName [aName] Name of the Command server to use.\n" -@"-%@Daemon [YES/NO] Fork process to run in background?\n", +@"-%@Daemon [YES/NO] Fork process to run in background?\n" @"-%@Transient [YES/NO] Expect this process be short-lived?\n", prf, prf, prf, prf); }