From 6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa Mon Sep 17 00:00:00 2001 From: Morten Linderud Date: Fri, 10 Mar 2023 20:20:44 +0100 Subject: src: Fixup copy-paste error for terminal_urlify_man Signed-off-by: Morten Linderud --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partition') diff --git a/src/partition/repart.c b/src/partition/repart.c index d80ba573df..e8f3cb7fe7 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -5598,7 +5598,7 @@ static int help(void) { _cleanup_free_ char *link = NULL; int r; - r = terminal_urlify_man("systemd-repart", "1", &link); + r = terminal_urlify_man("systemd-repart", "8", &link); if (r < 0) return log_oom(); -- cgit v1.2.1