From 4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 6 Aug 2019 21:20:18 +0200 Subject: [PATCH] systemctl: use unicode in one more place --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d3c643bfad..dcf76bed7c 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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;