fix printf for --help

This commit is contained in:
Richard Frith-Macdonald 2018-11-23 11:40:55 +00:00
parent 59b1484c9b
commit 06ae55eb80
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-11-23 Richard Frith-Macdonald <rfm@gnu.org>
* 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 <rfm@gnu.org>
* EcCommand.m: Report host name when we report that there are no

View file

@ -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);
}