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 43c49bb commit f6234a5Copy full SHA for f6234a5
src/journal/journalctl.c
@@ -1059,7 +1059,7 @@ static int parse_argv(int argc, char *argv[]) {
1059
assert_not_reached();
1060
}
1061
1062
- 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)
1063
arg_lines = 10;
1064
1065
if (arg_follow && !arg_merge && !arg_boot) {
0 commit comments