]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredumpctl: always output proper english sentence
authorLennart Poettering <lennart@poettering.net>
Tue, 22 May 2018 10:08:30 +0000 (12:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 May 2018 11:14:18 +0000 (13:14 +0200)
Let's uppercase the first character, and finish them in a full stop.

src/coredump/coredumpctl.c

index e255206228aafee9d3b9f0007d0bdd24127acd3f..2933a449db0d8045b275ba564c7c5c7b5903183c 100644 (file)
@@ -217,7 +217,7 @@ static int parse_argv(int argc, char *argv[]) {
 
                 case 'o':
                         if (arg_output) {
-                                log_error("cannot set output more than once");
+                                log_error("Cannot set output more than once.");
                                 return -EINVAL;
                         }
 
@@ -241,7 +241,7 @@ static int parse_argv(int argc, char *argv[]) {
 
                 case 'F':
                         if (arg_field) {
-                                log_error("cannot use --field/-F more than once");
+                                log_error("Cannot use --field/-F more than once.");
                                 return -EINVAL;
                         }
                         arg_field = optarg;