mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
coredumpctl: always output proper english sentence
Let's uppercase the first character, and finish them in a full stop.
This commit is contained in:
parent
d34f3bc4e5
commit
abdf29f50d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user