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 0227947 commit f1ea9cdCopy full SHA for f1ea9cd
src/journal/journalctl.c
@@ -1035,7 +1035,7 @@ static int parse_argv(int argc, char *argv[]) {
1035
assert_not_reached();
1036
}
1037
1038
- 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)
1039
arg_lines = 10;
1040
1041
if (arg_follow && !arg_merge && !arg_boot) {
0 commit comments