projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34f3bc
)
coredumpctl: always output proper english sentence
author
Lennart Poettering
<lennart@poettering.net>
Tue, 22 May 2018 10:08:30 +0000
(12:08 +0200)
committer
Lennart 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
patch
|
blob
|
history
diff --git
a/src/coredump/coredumpctl.c
b/src/coredump/coredumpctl.c
index e255206228aafee9d3b9f0007d0bdd24127acd3f..2933a449db0d8045b275ba564c7c5c7b5903183c 100644
(file)
--- a/
src/coredump/coredumpctl.c
+++ b/
src/coredump/coredumpctl.c
@@
-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;