Mercurial > hg > dhcpcd
changeset 5252:bae9ab6cd868 draft
Apparently case is important.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 21 May 2020 16:30:08 +0100 |
| parents | 50eb48a9b47b |
| children | 7a0d53acbb06 |
| files | src/dhcpcd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcpcd.c Thu May 21 16:12:25 2020 +0100 +++ b/src/dhcpcd.c Thu May 21 16:30:08 2020 +0100 @@ -1901,7 +1901,7 @@ break; case 'q': /* -qq disables console output entirely. - * This is important for SystemD because it logs + * This is important for systemd because it logs * both console AND syslog to the same log * resulting in untold confusion. */ if (logopts & LOGERR_QUIET)
