]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Apparently case is important.
authorRoy Marples <roy@marples.name>
Thu, 21 May 2020 15:30:08 +0000 (16:30 +0100)
committerRoy Marples <roy@marples.name>
Thu, 21 May 2020 15:30:08 +0000 (16:30 +0100)
src/dhcpcd.c

index 1169294b0799b7b8797f719a1129db83d3f0cc4b..d9056f50e0d5eda95df7ae221517a49214b3fa94 100644 (file)
@@ -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)