We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f6e54 commit 46ee98eCopy full SHA for 46ee98e
src/journal/journalctl.c
@@ -1036,7 +1036,7 @@ static int parse_argv(int argc, char *argv[]) {
1036
assert_not_reached();
1037
}
1038
1039
- if (arg_follow && !arg_no_tail && !arg_since && arg_lines == ARG_LINES_DEFAULT)
+ if (arg_follow && !arg_no_tail && !arg_since_set && arg_lines == ARG_LINES_DEFAULT)
1040
arg_lines = 10;
1041
1042
if (arg_follow && !arg_merge && !arg_boot) {
0 commit comments