mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
fix printf for --help
This commit is contained in:
parent
59b1484c9b
commit
06ae55eb80
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue