summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-06 21:20:18 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-19 10:17:49 +0200
commit4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3 (patch)
tree3cd37a82b8226dbbb8525a12a8d24818dd9f85da /src/systemctl
parentbcf09321c95c7d49b0f36def26d73dd0c3696f88 (diff)
downloadsystemd-4c70211c5a9b5a9bce33a3ca42695ba1a83d0bc3.tar.gz
systemctl: use unicode in one more place
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
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;