1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

systemctl: use unicode in one more place

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-08-06 21:20:18 +02:00
parent bcf09321c9
commit 4c70211c5a

View File

@ -5874,7 +5874,7 @@ static int cat(int argc, char *argv[], void *userdata) {
bool first = true; bool first = true;
int r; int r;
/* Include all units by default - i.e. continue as if the --all /* Include all units by default i.e. continue as if the --all
* option was used */ * option was used */
if (strv_isempty(arg_states)) if (strv_isempty(arg_states))
arg_all = true; arg_all = true;