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
1 changed files with 1 additions and 1 deletions

View File

@ -5874,7 +5874,7 @@ static int cat(int argc, char *argv[], void *userdata) {
bool first = true;
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 */
if (strv_isempty(arg_states))
arg_all = true;