diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-06 21:20:18 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-19 10:17:49 +0200 |
commit | 4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3 (patch) | |
tree | 3cd37a82b8226dbbb8525a12a8d24818dd9f85da /src/systemctl/systemctl.c | |
parent | man: owned to → owned by (diff) | |
download | systemd-4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3.tar.xz systemd-4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3.zip |
systemctl: use unicode in one more place
Diffstat (limited to '')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |