mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 06:31:56 +00:00
journalctl: add a missing 'break'
There is a 'break' missing in the -q handling so, for example, 'systemd-journalctl --new-id128 -q' does nothing. This patch fixes the problem.
This commit is contained in:
committed by
Lennart Poettering
parent
d3c7d7dd77
commit
490e567dbb
@@ -148,6 +148,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
|
||||
case 'q':
|
||||
arg_quiet = true;
|
||||
break;
|
||||
|
||||
case '?':
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user