mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
timedatectl: break line to not exceed 80 columns
This commit is contained in:
parent
e7098b699a
commit
fea05a40ff
@ -187,7 +187,8 @@ static void print_status_info(StatusInfo *i) {
|
||||
zero(tm);
|
||||
assert_se(strftime(b, sizeof(b), "%a, %Y-%m-%d %H:%M:%S %Z", localtime_r(&tn, &tm)) > 0);
|
||||
char_array_0(b);
|
||||
printf(" Next DST change: %s → %s, DST will become %s, the clock will jump %s\n"
|
||||
printf(" Next DST change: %s → %s, DST will become %s\n"
|
||||
" the clock will jump %s\n"
|
||||
" %s\n"
|
||||
" %s\n",
|
||||
strna(zc), strna(zn), is_dstn ? "active" : "inactive", jump_str(dn, s, sizeof(s)), a, b);
|
||||
|
Loading…
Reference in New Issue
Block a user