]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemctl/systemctl.c
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
[thirdparty/systemd.git] / src / systemctl / systemctl.c
index b8b9ed09546c793a097eca91e3f1c5d6d42fd62d..8279f08d5750fb7e16e7af3fc7f9676535b891d9 100644 (file)
@@ -2663,7 +2663,7 @@ static void show_unit_help(UnitStatusInfo *i) {
 
                         wait_for_terminate(pid, NULL);
                 } else
-                        log_info("Can't show %s.", *p);
+                        log_info("Can't show: %s", *p);
         }
 }