Avoid multiple cout statements when printing help.
authorDavin McCall <davmac@davmac.org>
Fri, 14 Sep 2018 19:11:21 +0000 (20:11 +0100)
committerDavin McCall <davmac@davmac.org>
Fri, 14 Sep 2018 19:11:21 +0000 (20:11 +0100)
commitd5ea816ef62e9ab75460a2067cd939f4fcb9fd4f
tree795b60ceb8e1b5c3e98d417fc8fba6598b89d245
parent11bda4752b314848c793c25023c57b40968f9b9f
Avoid multiple cout statements when printing help.

Print help as one big string rather than by one-per-line cout with endl.
src/dinit.cc
src/dinitctl.cc