From 4fc992947e26b7662dee02285708a2a5c8514c24 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 21 May 2020 16:30:08 +0100 Subject: [PATCH] Apparently case is important. --- src/dhcpcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpcd.c b/src/dhcpcd.c index 1169294b..d9056f50 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1901,7 +1901,7 @@ main(int argc, char **argv) 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) -- 2.47.2