From: Roy Marples Date: Thu, 21 May 2020 15:30:08 +0000 (+0100) Subject: Apparently case is important. X-Git-Tag: v9.1.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc992947e26b7662dee02285708a2a5c8514c24;p=thirdparty%2Fdhcpcd.git Apparently case is important. --- 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)