summaryrefslogtreecommitdiffstats
path: root/src/sysupdate/sysupdate.c
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2023-03-10 20:20:44 +0100
committerMorten Linderud <morten@linderud.pw>2023-03-10 20:21:30 +0100
commit6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa (patch)
treed41157b5bc23edf6721e116d283376df104c7172 /src/sysupdate/sysupdate.c
parentmount: Include After=local-fs-pre.target by default in initrd (diff)
downloadsystemd-6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa.tar.xz
systemd-6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa.zip
src: Fixup copy-paste error for terminal_urlify_man
Signed-off-by: Morten Linderud <morten@linderud.pw>
Diffstat (limited to 'src/sysupdate/sysupdate.c')
-rw-r--r--src/sysupdate/sysupdate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysupdate/sysupdate.c b/src/sysupdate/sysupdate.c
index a3d2c5a9b9..4ad901e080 100644
--- a/src/sysupdate/sysupdate.c
+++ b/src/sysupdate/sysupdate.c
@@ -1185,7 +1185,7 @@ static int verb_help(int argc, char **argv, void *userdata) {
_cleanup_free_ char *link = NULL;
int r;
- r = terminal_urlify_man("systemd-sysupdate", "1", &link);
+ r = terminal_urlify_man("systemd-sysupdate", "8", &link);
if (r < 0)
return log_oom();