]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: use unicode in one more place
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 6 Aug 2019 19:20:18 +0000 (21:20 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Aug 2019 08:17:49 +0000 (10:17 +0200)
src/systemctl/systemctl.c

index d3c643bfad42f1daffab3a83f936c50ca2bc7114..dcf76bed7c0ea7cee7af1abd4f15410355a56409 100644 (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;