From: Zbigniew Jędrzejewski-Szmek Date: Tue, 6 Aug 2019 19:20:18 +0000 (+0200) Subject: systemctl: use unicode in one more place X-Git-Tag: v243-rc2~16^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3;p=thirdparty%2Fsystemd.git systemctl: use unicode in one more place --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d3c643bfad4..dcf76bed7c0 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;