From: Lennart Poettering Date: Tue, 23 Apr 2024 07:58:05 +0000 (+0200) Subject: systemctl: add forgotten --after/--before to --help text X-Git-Tag: v256-rc1~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32427%2Fhead;p=thirdparty%2Fsystemd.git systemctl: add forgotten --after/--before to --help text Follow-up for: afba41995de65d8f378b138ea6d9804be32625a3 --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index ea331b1878c..f159844c5eb 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -278,6 +278,8 @@ static int systemctl_help(void) { " -l --full Don't ellipsize unit names on output\n" " -r --recursive Show unit list of host and local containers\n" " --reverse Show reverse dependencies with 'list-dependencies'\n" + " --before Show units ordered before with 'list-dependencies'\n" + " --after Show units ordered after with 'list-dependencies'\n" " --with-dependencies Show unit dependencies with 'status', 'cat',\n" " 'list-units', and 'list-unit-files'.\n" " --job-mode=MODE Specify how to deal with already queued jobs, when\n"