diff options
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 2591ec0b69..c2af46d4ee 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3557,7 +3557,7 @@ static int start_special(int argc, char *argv[], void *userdata) { if (termination_action && arg_force < 2 && IN_SET(r, -ENOENT, -ETIMEDOUT)) - log_notice("It is possible to perform action directly, see discussion of --force --force in systemctl(1)."); + log_notice("It is possible to perform action directly, see discussion of --force --force in man:systemctl(1)."); return r; } |